mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
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:
@ -35,8 +35,8 @@ class DeviceStatus {
|
||||
}
|
||||
|
||||
class Status {
|
||||
final String code;
|
||||
final dynamic value;
|
||||
String code;
|
||||
dynamic value;
|
||||
|
||||
Status({
|
||||
required this.code,
|
||||
|
Reference in New Issue
Block a user