curtain wizard & bugs fixes

This commit is contained in:
mohammad
2024-10-09 14:58:08 +03:00
parent e0049c0aec
commit 465a2e3108
22 changed files with 158 additions and 117 deletions

View File

@ -815,7 +815,7 @@ extension lightStatusExtension on lightStatus {
case lightStatus.switchPosition:
return "On/Off Status";
case lightStatus.on_off:
return "Restart Memory";
return "Switch Position";
}
}