mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-14 09:17:37 +00:00
@ -15,7 +15,7 @@ class SosStatusModel {
|
||||
late int batteryLevel;
|
||||
late String sosStatus;
|
||||
|
||||
for (final status in statuses) {
|
||||
for (var status in statuses) {
|
||||
switch (status.code) {
|
||||
case 'battery_percentage':
|
||||
batteryLevel = status.value;
|
||||
|
Reference in New Issue
Block a user