Re: dzVents OpenURL json to LUA how to read [Solved]
Posted: Monday 31 August 2020 21:33
Thanks! Much appreciated!waaren wrote:You can withorCode: Select all
print("The result true or false from the request is ".. tostring(json.result['Player.HasAudio']))
Code: Select all
domoticz.log("The result true or false from the request is ".. tostring(json.result['Player.HasAudio']), domoticz.LOG_FORCE)