{ "command": "turn_off", "args": { "device_id": 1, "current_room_temp": 23.0 } }
curl --location --request POST '/admin_control' \ --header 'Content-Type: application/json' \ --data-raw '{ "command": "turn_off", "args": { "device_id": 1, "current_room_temp": 23.0 } }'
{ "status": "success!" }