displays ceiling sensor in routine

This commit is contained in:
Faris Armoush
2025-04-09 12:46:43 +03:00
parent 550acc4953
commit 6c691d4b3c
4 changed files with 11 additions and 8 deletions

View File

@ -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(