Merge pull request #876 from DasAuryn/add-groupalarm-portnum

Add GroupAlarm app portnum
This commit is contained in:
Ben Meadors 2026-03-17 06:44:16 -05:00 committed by GitHub
commit bc8e63833a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,6 +246,13 @@ enum PortNum {
*/
CAYENNE_APP = 77;
/*
* GroupAlarm integration
* Used for transporting GroupAlarm-related messages between Meshtastic nodes
* and companion applications/services.
*/
GROUPALARM_APP = 112;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"