mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
fix real time garage door and add flush sensor to routines
This commit is contained in:
@ -17,6 +17,7 @@ enum DeviceType {
|
||||
ThreeTouch,
|
||||
GarageDoor,
|
||||
WaterLeak,
|
||||
NCPS,
|
||||
DoorSensor,
|
||||
Other,
|
||||
}
|
||||
@ -56,5 +57,6 @@ Map<String, DeviceType> devicesTypesMap = {
|
||||
"2GT": DeviceType.TwoGang,
|
||||
"3GT": DeviceType.ThreeGang,
|
||||
'GD': DeviceType.GarageDoor,
|
||||
'WL': DeviceType.WaterLeak
|
||||
'WL': DeviceType.WaterLeak,
|
||||
'NCPS': DeviceType.NCPS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user