mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 20:44:54 +00:00
scene and automation has been updated
This commit is contained in:
@ -19,7 +19,7 @@ class ScenesModel {
|
||||
String toRawJson() => json.encode(toJson());
|
||||
|
||||
factory ScenesModel.fromJson(Map<String, dynamic> json) => ScenesModel(
|
||||
id: json["id"],
|
||||
id: json["uuid"],
|
||||
name: json["name"] ?? '',
|
||||
status: json["status"] ?? '',
|
||||
type: json["type"] ?? '',
|
||||
|
||||
Reference in New Issue
Block a user