mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-15 13:58:27 +00:00
Add enabled class to DeviceInfo in events.
This commit is contained in:
3
api/proto/integration/integration.proto
vendored
3
api/proto/integration/integration.proto
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user