Discussions

Ask a Question
Back to All

Setting mode on H713A

Hi there

I am using the goveelife smart heater model H713A

I have successfully turned on and off the heater using the API with the following code in the body

{"device": "%deviceId","model": "H713A","cmd": {"name": "turn","value": "on"}}

I have tried to switch mode using the following

{"device": "%deviceId","model": "H713A","cmd": {
"name": "mode","value": 2}}

I received a response that the command has been executed successfully but the heater doesn't change mode.

Can you please advise if my syntax is incorrect?

Thanks