Merge pull request #393 from danditomaso/fix/fix-tak-tracker-role-value

fix: update value for tak tracker device role
This commit is contained in:
Hunter Thornsberry
2025-01-30 16:02:07 -05:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ export const Device = (): JSX.Element => {
"Lost and Found":
Protobuf.Config.Config_DeviceConfig_Role.LOST_AND_FOUND,
"TAK Tracker":
Protobuf.Config.Config_DeviceConfig_Role.SENSOR,
Protobuf.Config.Config_DeviceConfig_Role.TAK_TRACKER,
},
formatEnumName: true,
},