fix to send fit data to integrate with API (was true and false)now cur module send close and open with control key

This commit is contained in:
Rafeek-Khoudare
2025-06-30 08:56:42 +03:00
parent d4625a8f04
commit 0cfd58d820
2 changed files with 12 additions and 3 deletions

View File

@ -35,8 +35,8 @@ class DeviceStatus {
}
class Status {
final String code;
final dynamic value;
String code;
dynamic value;
Status({
required this.code,