Page 1 of 1

question about zunoSendReport

Posted: 27 Jul 2017 16:17
by ksalant
As I understand it for a ZUNO_SWITCH_BINARY. The getter is called when the controller polls the device.
is zunoSendReport basically asking the controller to poll the z-uno?

I'm asking because it seems to only take a channel number, not a value.

So if the "STATE" of the device changes externally to the z-uno, can I use zunoSendReport to update the status on the controller?

Re: question about zunoSendReport

Posted: 27 Jul 2017 22:46
by PoltoS
The getter is called in two cases:
  • when controller sends a Get to Z-Uno (solicited Report) and
    when zunoSendReport is called (unsolicited Report)
Please have a look on images on pages 18-19 (chapter Getter/Setter concept) on https://z-uno.z-wave.me/QSG/

Re: question about zunoSendReport

Posted: 27 Jul 2017 22:49
by ksalant
Oh, Thank you!

I must have missed that when reading the Guide.