kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Update docs for alias support
rodzic
9ff9905ac9
commit
ad9599a7c4
|
@ -37,9 +37,9 @@ matrix:
|
||||||
bot_user_id: "@botuser:example.matrix.org"
|
bot_user_id: "@botuser:example.matrix.org"
|
||||||
|
|
||||||
matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels
|
matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels
|
||||||
- id: "!someroomid:example.matrix.org"
|
- id: "#someroom:example.matrix.org" # Matrix room aliases & IDs supported
|
||||||
meshtastic_channel: 0
|
meshtastic_channel: 0
|
||||||
- id: "!someroomid2:example.matrix.org"
|
- id: "#someroom2:example.matrix.org"
|
||||||
meshtastic_channel: 2
|
meshtastic_channel: 2
|
||||||
|
|
||||||
meshtastic:
|
meshtastic:
|
||||||
|
@ -81,5 +81,5 @@ INFO:meshtastic.matrix.relay:Processing matrix message from @bob:matrix.org: Hi
|
||||||
INFO:meshtastic.matrix.relay:Sending radio message from Bob to radio broadcast
|
INFO:meshtastic.matrix.relay:Sending radio message from Bob to radio broadcast
|
||||||
INFO:meshtastic.matrix.relay:Processing inbound radio message from !613501e4 on channel 0
|
INFO:meshtastic.matrix.relay:Processing inbound radio message from !613501e4 on channel 0
|
||||||
INFO:meshtastic.matrix.relay:Relaying Meshtastic message from Alice to Matrix: [Alice/VeryCoolMeshnet]: Hey Bob!
|
INFO:meshtastic.matrix.relay:Relaying Meshtastic message from Alice to Matrix: [Alice/VeryCoolMeshnet]: Hey Bob!
|
||||||
INFO:meshtastic.matrix.relay:Sent inbound radio message to matrix room: !someroomid:example.matrix.org
|
INFO:meshtastic.matrix.relay:Sent inbound radio message to matrix room: #someroomid:example.matrix.org
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,9 +4,9 @@ matrix:
|
||||||
bot_user_id: "@botuser:example.matrix.org"
|
bot_user_id: "@botuser:example.matrix.org"
|
||||||
|
|
||||||
matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels
|
matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels
|
||||||
- id: "!someroomid:example.matrix.org"
|
- id: "#someroom:example.matrix.org" # Matrix room aliases & IDs supported
|
||||||
meshtastic_channel: 0
|
meshtastic_channel: 0
|
||||||
- id: "!someroomid2:example.matrix.org"
|
- id: "#someroom2:example.matrix.org"
|
||||||
meshtastic_channel: 2
|
meshtastic_channel: 2
|
||||||
|
|
||||||
meshtastic:
|
meshtastic:
|
||||||
|
|
Ładowanie…
Reference in New Issue