mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
push design and missing view and folder structure
This commit is contained in:
@ -93,7 +93,7 @@ class SceneApi {
|
||||
expectedResponseModel: (json) {
|
||||
List<ScenesModel> scenes = [];
|
||||
for (var scene in json) {
|
||||
scenes.add(ScenesModel.fromJson(scene));
|
||||
scenes.add(ScenesModel.fromJson(scene, isAutomation: true));
|
||||
}
|
||||
return scenes;
|
||||
},
|
||||
|
Reference in New Issue
Block a user