mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Notes about public mqtt traffic
This commit is contained in:
parent
60f1f15743
commit
10db8bc43e
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ enum PortNum {
|
|||
|
||||
/*
|
||||
* Same as Text Message but originating from Detection Sensor Module.
|
||||
* NOTE: This portnum traffic is not sent to the public MQTT starting at firmware version 2.2.9
|
||||
*/
|
||||
DETECTION_SENSOR_APP = 10;
|
||||
|
||||
|
|
@ -137,6 +138,7 @@ enum PortNum {
|
|||
/*
|
||||
* Optional port for messages for the range test module.
|
||||
* ENCODING: ASCII Plaintext
|
||||
* NOTE: This portnum traffic is not sent to the public MQTT starting at firmware version 2.2.9
|
||||
*/
|
||||
RANGE_TEST_APP = 66;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue