Skip to content

0.34.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ssilverman ssilverman released this 22 Nov 01:47
· 37 commits to master since this release

Added

  • Added a default prefix power of zero.
  • Added command class labels to PARAMETER_DESCRIPTION.
  • Subdevices in responses can now be specified. To support this, subdevices for responses were split into a new type and a new "match" value was added to the enum list.
  • Subdevices were expanded to include ranges and specific values, where a "subdevice" is defined as a value in the range 0x0001-0xFFF0 (1-65520), in addition to the enum words.
  • Added a "TODOs" section to the README.
  • Added a section to the README explaining how missing properties, defaults, and the "default" keyword are related.
  • For those properties having a defined "default" annotation, added a sentence to their description describing what their value should be assumed to be if the property is absent.

Fixed

  • Changed some unsigned fields to signed, in SENSOR_DEFINITION, SENSOR_VALUE, and STATUS_MESSAGES.