Skip to content

Commit

Permalink
add stop
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Apr 12, 2024
1 parent 64a3c3a commit 7d07696
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,35 @@ Ac Kühlen
}
```

AC STOP

```json
{
"ancillaryParameters": {},
"applianceOptions": {},
"applianceType": "AC",
"attributes": {
"channel": "mobileApp",
"origin": "standardProgram"
},
"commandName": "stopProgram",
"device": {
"appVersion": "2.7.9",
"deviceModel": "iPhone10,5",
"mobileId": "78A04D05-8F3C-43BE-90A6-5BC3B1A2CA52",
"mobileOs": "ios",
"osVersion": "16.7.7"
},
"macAddress": "setbyadapter",
"parameters": {
"onOffStatus": "0"
},
"programName": "PROGRAMS.AC.IOT_COOL",
"timestamp": "2024-04-12T10:21:44.919Z",
"transactionId": "2024-04-12T10:21:44.919Z"
}
```

AC Heizen

```json
Expand Down

0 comments on commit 7d07696

Please sign in to comment.