ZWaveAPI - General comprehension question
Posted: 27 Apr 2014 17:47
When querying I get this:
http://pastebin.com/ju4r69yu
What is the difference between data.level and data[1].level?
I used the former one, but after the update it doesn't change anymore. Second one works though.
Code: Select all
/ZWaveAPI/Run/devices[3].instances[0].commandClasses[48].data
http://pastebin.com/ju4r69yu
What is the difference between data.level and data[1].level?
I used the former one, but after the update it doesn't change anymore. Second one works though.