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.
Moderator: leecollings
Code: Select all
Options = {"Custom": "1;%s" % "m"}
Be aware that using Options to store some plugin specific values, can be overwritten by Domoticz itself, as Options is a Domoticz fieldstarsky wrote: ↑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).Code: Select all
Options = {"Custom": "1;%s" % "m"}
Above line of code takes only one string argument. How about two maybe three?
Thanks
Adrian.
Users browsing this forum: No registered users and 1 guest