Skip to content

Commit

Permalink
Bridge Firmware Support - OpenZWave#2126 and OpenZWave#2127
Browse files Browse the repository at this point in the history
(cherry picked from commit 15d6c95)

# Conflicts:
#	cpp/src/Driver.cpp
#	cpp/src/Node.cpp
#	dist/openzwave.spec
  • Loading branch information
Fishwaldo authored and lukesmartbox committed Mar 25, 2022
1 parent ce9e68f commit 4e0d01b
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 88 deletions.
2 changes: 2 additions & 0 deletions cpp/src/Defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ namespace OpenZWave
#define FUNC_ID_ZW_SET_SLAVE_LEARN_MODE 0xA4 // Enter slave learn mode
#define FUNC_ID_ZW_GET_VIRTUAL_NODES 0xA5 // Return all virtual nodes
#define FUNC_ID_ZW_IS_VIRTUAL_NODE 0xA6 // Virtual node test
#define FUNC_ID_APPLICATION_COMMAND_HANDLER_BRIDGE 0xA8 // Bridge Version of FUNC_ID_APPLICATION_COMMAND_HANDLER
#define FUNC_ID_ZW_SEND_DATA_BRIDGE 0xA9 // Bridge Version of FUNC_ID_SEND_DATA
#define FUNC_ID_ZW_SET_PROMISCUOUS_MODE 0xD0 // Set controller into promiscuous mode to listen to all frames
#define FUNC_ID_PROMISCUOUS_APPLICATION_COMMAND_HANDLER 0xD1

Expand Down
Loading

0 comments on commit 4e0d01b

Please sign in to comment.