Domoticz.Device custom device options
Posted: Friday 05 April 2019 15:30
Hi,
can You help me understanding syntax of
I was not able to find information about that. I'd like to update device with more than one value(like for DHT tempr + humid).
Above line of code takes only one string argument. How about two maybe three?
Thanks
Adrian.
can You help me understanding syntax of
Code: Select all
Options = {"Custom": "1;%s" % "m"}
Above line of code takes only one string argument. How about two maybe three?
Thanks
Adrian.