mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-14 17:25:50 +00:00
Add 'PC' device to routine
This commit is contained in:
@ -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