mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 17:54:55 +00:00
@ -27,7 +27,7 @@ class ThreeGangGlassStatusModel {
|
||||
late bool switch3;
|
||||
late int countDown3;
|
||||
|
||||
for (final status in jsonList) {
|
||||
for (var status in jsonList) {
|
||||
switch (status.code) {
|
||||
case 'switch_1':
|
||||
switch1 = status.value ?? false;
|
||||
|
||||
Reference in New Issue
Block a user