mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
Implemented Ac functionality, and bug fixes
This commit is contained in:
@ -19,7 +19,7 @@ class DeviceControlModel {
|
||||
|
||||
Map<String, dynamic> toJson() {
|
||||
return {
|
||||
'deviceUuid': deviceId,
|
||||
// 'deviceUuid': deviceId,
|
||||
'code': code,
|
||||
'value': value,
|
||||
};
|
||||
|
Reference in New Issue
Block a user