mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 14:47:23 +00:00
displays ceiling sensor in routine
This commit is contained in:
@ -38,7 +38,8 @@ class _RoutineDevicesState extends State<RoutineDevices> {
|
||||
device.productType == '1G' ||
|
||||
device.productType == '2G' ||
|
||||
device.productType == '3G' ||
|
||||
device.productType == 'WPS')
|
||||
device.productType == 'WPS' ||
|
||||
device.productType == 'CPS')
|
||||
.toList();
|
||||
|
||||
return Wrap(
|
||||
|
Reference in New Issue
Block a user