mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 21:44:55 +00:00
@ -15,7 +15,7 @@ class WallLightStatusModel {
|
||||
late bool switch1;
|
||||
late int countDown;
|
||||
|
||||
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