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