mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 20:59:40 +00:00
formatted all files.
This commit is contained in:
@ -43,20 +43,20 @@ enum DeviceType {
|
||||
*/
|
||||
|
||||
Map<String, DeviceType> devicesTypesMap = {
|
||||
"AC": DeviceType.AC,
|
||||
"GW": DeviceType.Gateway,
|
||||
"CPS": DeviceType.CeilingSensor,
|
||||
"DL": DeviceType.DoorLock,
|
||||
"WPS": DeviceType.WallSensor,
|
||||
"3G": DeviceType.ThreeGang,
|
||||
"2G": DeviceType.TwoGang,
|
||||
"1G": DeviceType.OneGang,
|
||||
"CUR": DeviceType.Curtain,
|
||||
"WH": DeviceType.WH,
|
||||
'AC': DeviceType.AC,
|
||||
'GW': DeviceType.Gateway,
|
||||
'CPS': DeviceType.CeilingSensor,
|
||||
'DL': DeviceType.DoorLock,
|
||||
'WPS': DeviceType.WallSensor,
|
||||
'3G': DeviceType.ThreeGang,
|
||||
'2G': DeviceType.TwoGang,
|
||||
'1G': DeviceType.OneGang,
|
||||
'CUR': DeviceType.Curtain,
|
||||
'WH': DeviceType.WH,
|
||||
'DS': DeviceType.DoorSensor,
|
||||
"1GT": DeviceType.OneGang,
|
||||
"2GT": DeviceType.TwoGang,
|
||||
"3GT": DeviceType.ThreeGang,
|
||||
'1GT': DeviceType.OneGang,
|
||||
'2GT': DeviceType.TwoGang,
|
||||
'3GT': DeviceType.ThreeGang,
|
||||
'GD': DeviceType.GarageDoor,
|
||||
'WL': DeviceType.WaterLeak,
|
||||
'NCPS': DeviceType.NCPS,
|
||||
|
Reference in New Issue
Block a user