Add GroupAlarm app portnum

This commit is contained in:
DasAuryn 2026-03-17 09:08:35 +01:00
parent cdde2876be
commit 313b9ee168

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"