Page 1 of 1

How does Z-Way handle failed commands?

Posted: 11 Jun 2020 22:41
by sofakng
How does Z-Way handle failed commands?

For example, if I tell Z-Way to turn on a switch, does Z-Way assume the command was sent AND received successful?

Also, does Z-Way poll the device after a command was sent to see if the action was successful? (i.e. check if device is turned on if an on command is sent)

Re: How does Z-Way handle failed commands?

Posted: 13 Jun 2020 02:52
by PoltoS
Z-Way will do several tries to deliver the command. If it finally fails, it will report it to the caller (if callback is set)

It will also ask a Get() to check the new state of the device.