From 44ab5a4fc6e78f2ab9d884b2a19dc647f3e7c866 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 20 Feb 2022 01:31:49 -0800 Subject: [PATCH] Add groups to payloadVariant --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index 5af5b8c..8508e78 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1115,6 +1115,11 @@ message FromRadio { * NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps. */ bool rebooted = 9; + + /* + * Groups + */ + GroupInfo groups = 12; } }