Discussions

Ask a Question
Back to All

H7130 - API - Auto Stop Not in device/state

In the response for device/state, auto stop is not included. Can you please add this to the response?


        {
            "type": "devices.capabilities.temperature_setting",
            "instance": "targetTemperature",
            "state": {
                "value": {
                    "unit": "Fahrenheit",
                    "targetTemperature": 70
                }
            }
        },