mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Add 'PC' device to routine
This commit is contained in:
@ -481,5 +481,8 @@ class Assets {
|
||||
static const String indentLevelIcon = 'assets/icons/indent_level_icon.svg';
|
||||
static const String triggerLevelIcon = 'assets/icons/trigger_level_icon.svg';
|
||||
static const String blankCalendar = 'assets/icons/blank_calendar.svg';
|
||||
static const String refreshStatusIcon = 'assets/icons/refresh_status_icon.svg';
|
||||
static const String refreshStatusIcon =
|
||||
'assets/icons/refresh_status_icon.svg';
|
||||
static const String energyConsumedIcon =
|
||||
'assets/icons/energy_consumed_icon.svg';
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ enum DeviceType {
|
||||
WaterLeak,
|
||||
NCPS,
|
||||
DoorSensor,
|
||||
PC,
|
||||
Other,
|
||||
}
|
||||
/*
|
||||
@ -59,4 +60,5 @@ Map<String, DeviceType> devicesTypesMap = {
|
||||
'GD': DeviceType.GarageDoor,
|
||||
'WL': DeviceType.WaterLeak,
|
||||
'NCPS': DeviceType.NCPS,
|
||||
'PC': DeviceType.PC,
|
||||
};
|
||||
|
Reference in New Issue
Block a user