Search found 2 matches

by Bids
04 Nov 2014 23:33
Forum: Discussions in English
Topic: [ZWay JS API] each Set() triggering a corresponding Get ?
Replies: 2
Views: 8903

Re: [ZWay JS API] each Set() triggering a corresponding Get

Pretty clear explanation, thank you. In my case, my primary concern is the latency introduced by the additional Get calls : when setting a specific value on 20+ devices upon receiving a given trigger (scene activation in my case), all these request queue up and end-up representing a significant time...
by Bids
03 Nov 2014 00:29
Forum: Discussions in English
Topic: [ZWay JS API] each Set() triggering a corresponding Get ?
Replies: 2
Views: 8903

[ZWay JS API] each Set() triggering a corresponding Get ?

Hi, I am experimenting with the JS API, and I noticed in the logs that when I perform an action like: zway.devices[9].instances[0].SwitchBinary.Set(0); I properly see the z-wave frame being sent to set value to 0 on the switch node, [2014-11-02 22:07:00.519] Job 0x13 (SwitchBinary Set): Delivered [2...