mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
@ -21,7 +21,7 @@ class TwoGangGlassStatusModel {
|
||||
late bool switch2;
|
||||
late int countDown2;
|
||||
|
||||
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