Missing definitions in zuno_definitions.h

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
pjpankhurst
Posts: 31
Joined: 07 Sep 2017 00:40

Missing definitions in zuno_definitions.h

Post by pjpankhurst »

The #define for ZUNO_SENSOR_MULTILEVEL_TARGET_TEMPERATURE(GETTER) uses ZUNO_SENSOR_MULTILEVEL_TYPE_TARGET_TEMPERATURE, but this is not in the include file.

I notice that the sensor types defined in this file stop at 0x21 (target temp is 0x22), yet the standard defines them up as far as 0x44.

Is there a reason that the others are missing? Are these useable?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Missing definitions in zuno_definitions.h

Post by PoltoS »

When we filled those constants last time it was up to 0x21 ;)

You can add yours or even contribute to our github

Z-Uno do not care about the value itself and just passes it further to the RF layer, so you can use any value defined in the standard.
Post Reply