Implemented Ac functionality, and bug fixes

This commit is contained in:
Abdullah Alassaf
2024-05-20 02:40:50 +03:00
parent 0f75c3def1
commit 4257d69768
27 changed files with 733 additions and 451 deletions

View File

@ -19,7 +19,7 @@ class DeviceControlModel {
Map<String, dynamic> toJson() {
return {
'deviceUuid': deviceId,
// 'deviceUuid': deviceId,
'code': code,
'value': value,
};