mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-28 00:24:55 +00:00
formatted all files.
This commit is contained in:
@ -21,7 +21,7 @@ class TwoGangGlassStatusModel {
|
||||
late bool switch2;
|
||||
late int countDown2;
|
||||
|
||||
for (var status in jsonList) {
|
||||
for (final status in jsonList) {
|
||||
switch (status.code) {
|
||||
case 'switch_1':
|
||||
switch1 = status.value ?? false;
|
||||
|
||||
Reference in New Issue
Block a user