{ "command": "turn_on", "args": { "current_room_temp": 20.0, "target_temp": 27.0, "speed": "low" } }
curl --location --request POST '/remote_control?device_id=1' \ --header 'Content-Type: application/json' \ --data-raw '{ "command": "turn_on", "args": { "current_room_temp": 20.0, "target_temp": 27.0, "speed": "low" } }'
{ "status": "failed!" }