Add enabled class to DeviceInfo in events.

This commit is contained in:
Orne Brocaar
2023-06-14 12:51:08 +01:00
parent d6d735cb03
commit 6480b3bbd5
14 changed files with 290 additions and 265 deletions

View File

@ -83,6 +83,9 @@ message DeviceInfo {
// Device EUI.
string dev_eui = 8;
// Device class.
common.DeviceClass device_enabled_class = 10;
// Device-profile and device tags.
map<string, string> tags = 9;
}