Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jun 28, 2024
1 parent f050474 commit fd5621c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/matterbridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ export class Matterbridge extends EventEmitter {
- reset: remove the commissioning for Matterbridge (bridge mode). Shutdown Matterbridge before using it!
- factoryreset: remove all commissioning information and reset all internal storages. Shutdown Matterbridge before using it!
- list: list the registered plugins
- loginterfaces: log the network interfaces
- logstorage: log the node storage
- ssl: enable SSL for the frontend and WebSockerServer (certificates in .matterbridge/certs directory cert.pem, key.pem and ca.pem (optional))
- add [plugin path]: register the plugin from the given absolute or relative path
- add [plugin name]: register the globally installed plugin with the given name
- remove [plugin path]: remove the plugin from the given absolute or relative path
Expand Down

0 comments on commit fd5621c

Please sign in to comment.