You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add schema 47 zniffer, utility, and broadcast commands (4/4)
Add zniffer Long Range and file I/O commands, utility firmware
commands, and broadcast node Long Range support.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+98-1Lines changed: 98 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1491,7 +1491,9 @@ interface {
1491
1491
1492
1492
### Multicasting
1493
1493
1494
-
There are several commands available that can be multicast to multiple nodes simultaneously. If you would like to broadcast to all nodes, use the `broadcast_node` prefix for the following commands. If you would like to multicast to a subset of nodes, use the `multicast_group` prefix for the following commands, adding a `nodeIDs` list as an input parameter:
1494
+
There are several commands available that can be multicast to multiple nodes simultaneously. If you would like to broadcast to all nodes, use the `broadcast_node` prefix for the following commands. If you would like to multicast to a subset of nodes, use the `multicast_group` prefix for the following commands, adding a `nodeIDs` list as an input parameter.
1495
+
1496
+
> NOTE: For `broadcast_node` commands, you can pass a `longRange` boolean flag to broadcast to Long Range nodes instead of classic Z-Wave nodes.
Copy file name to clipboardExpand all lines: src/lib/utils/command.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,7 @@ export enum UtilsCommand {
6
6
buffer2hex="utils.buffer2hex",// While made available in the server due to its availability within the driver, this functionality works best when implemented locally
7
7
getEnumMemberName="utils.get_enum_member_name",// While made available in the server due to its availability within the driver, this functionality works best when implemented locally
0 commit comments