scene and automation has been updated

This commit is contained in:
hannathkadher
2024-10-31 10:19:38 +04:00
parent 13a4bf25b3
commit 80d2651370
11 changed files with 47 additions and 28 deletions

View File

@ -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"] ?? '',