mirror of
https://github.com/c1328/meshtastic-cli-iobroker-mqtt.git
synced 2026-08-10 02:42:59 +02:00
Update channel names in README.md
This commit is contained in:
@@ -279,8 +279,8 @@ const mqttPath = /^mqtt\.3\.msh\..*\.json\..*$/;
|
||||
// configure the channels of your node
|
||||
const chats = [
|
||||
{ name: "Default", id: 0 },
|
||||
{ name: "Puig", id: 1 },
|
||||
{ name: "Baleares", id: 2 }
|
||||
{ name: "<private Channel>", id: 1 },
|
||||
{ name: "<public Channel>", id: 2 }
|
||||
];
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user