Page 1 of 1

Missing definitions in zuno_definitions.h

Posted: 28 Oct 2017 21:00
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?

Re: Missing definitions in zuno_definitions.h

Posted: 28 Oct 2017 21:35
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.

Re: Missing definitions in zuno_definitions.h

Posted: 28 Oct 2017 21:59
by petergebruers
I've got one too:

#define SENSOR_MULTILEVEL_SCALE_MILLIVOLT 0x01

http://zwavepublic.com/sites/default/fi ... scales.pdf