mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 02:14:55 +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