question about zunoSendReport

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
ksalant
Posts: 2
Joined: 27 Jul 2017 16:11

question about zunoSendReport

Post 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?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: question about zunoSendReport

Post 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/
ksalant
Posts: 2
Joined: 27 Jul 2017 16:11

Re: question about zunoSendReport

Post by ksalant »

Oh, Thank you!

I must have missed that when reading the Guide.
Post Reply