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
Add new driver commands: softResetAndRestart, enterBootloader,
leaveBootloader, getSupportedCCVersion, getSafeCCVersion,
updateUserAgent, enableFrequentRSSIMonitoring, and
disableFrequentRSSIMonitoring.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+97-1Lines changed: 97 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -443,7 +443,7 @@ interface {
443
443
}
444
444
```
445
445
446
-
If `fileFormat` is not provided in Option 1, the format will be guessed based on the filename and file payload.
446
+
If `fileFormat` is not provided in Option 1, the format will be guessed based on the filename and file payload. If guessing fails, the server will automatically attempt to extract firmware from a ZIP archive.
447
447
448
448
Returns:
449
449
@@ -472,6 +472,102 @@ interface {
472
472
}
473
473
```
474
474
475
+
#### [Soft Reset and Restart](https://zwave-js.github.io/node-zwave-js/#/api/driver?id=softresetandrestart)
`zwave-js-server` supports all of the controller methods listed in the [Z-Wave JS documentation](https://zwave-js.github.io/node-zwave-js/#/api/controller?id=controller-methods). `zwave-js-server` uses [snake casing](https://en.wikipedia.org/wiki/Snake_case) for commands and prefixes every controller command with `controller.`, so `beginInclusion` is called using the `controller.begin_inclusion` command.
0 commit comments