Skip to content

Commit

Permalink
COMMAND_CLASS_ZWAVE_PLUS_INFO renamed to COMMAND_CLASS_ZWAVEPLUS_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Oct 30, 2018
1 parent 2ab2792 commit cdae95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.rst
Expand Up @@ -6,6 +6,7 @@ Changelog

python_openzwave 0.4.12.x:
* Improve support Windows
* COMMAND_CLASS_ZWAVE_PLUS_INFO renamed to COMMAND_CLASS_ZWAVEPLUS_INFO


python_openzwave 0.4.11.x:
Expand Down
2 changes: 1 addition & 1 deletion src-lib/libopenzwave/libopenzwave.pyx
Expand Up @@ -1079,7 +1079,7 @@ sleeping) have been polled, an "AllNodesQueried" notification is sent.
0x56: 'COMMAND_CLASS_CRC_16_ENCAP',
0x5A: 'COMMAND_CLASS_DEVICE_RESET_LOCALLY',
0x5B: 'COMMAND_CLASS_CENTRAL_SCENE',
0x5E: 'COMMAND_CLASS_ZWAVE_PLUS_INFO',
0x5E: 'COMMAND_CLASS_ZWAVEPLUS_INFO',
0x60: 'COMMAND_CLASS_MULTI_INSTANCE/CHANNEL',
0x61: 'COMMAND_CLASS_DISPLAY',
0x62: 'COMMAND_CLASS_DOOR_LOCK',
Expand Down

0 comments on commit cdae95f

Please sign in to comment.