Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Improvements #83

Merged
merged 7 commits into from
Sep 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion admin/js/comClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ var comclasses = {
0x2F: {name: 'ZIP_ADV_SERVICES', role: ''},
0x2e: {name: 'ZIP_CLIENT', role: ''},
0x24: {name: 'ZIP_SERVER', role: ''},
0x23: {name: 'ZIP_SERVICES', role: ''}
0x23: {name: 'ZIP_SERVICES', role: ''},
0x5B: {name: 'CENTRAL_SCENE', role: ''}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to double check if there is a definition for all command classes, see
https://github.com/AlCalzone/node-zwave-js/blob/master/src/lib/commandclass/CommandClasses.ts#L4 for reference

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, remaining com classes added.

};
if (typeof module !== 'undefined' && module.parent) {
module.exports = comclasses;
Expand Down