push temp list logic before saving

This commit is contained in:
ashrafzarkanisala
2024-06-30 21:22:33 +03:00
parent 6699866ff0
commit cc6b754845
16 changed files with 282 additions and 72 deletions

View File

@ -34,6 +34,7 @@ class SceneStaticFunction {
String? operationName,
dynamic functionValue,
String? deviceIcon,
String? deviceName,
}) {
return SceneStaticFunction(
icon: icon ?? this.icon,
@ -57,6 +58,7 @@ class SceneStaticFunction {
'operationName': operationName,
'functionValue': functionValue,
'deviceIcon': deviceIcon
};
}