I have a device as "Heater" to support the utterance "what is the temperature in the room?", and my instance returns following JSON object of device status to Home Service: {'devices': {'': {'online': True, 'on': True, 'thermostatTemperatureSetpoint': 21, 'thermostatTemperatureAmbient': 29, 'currentModeSettings': {'mode': 'Heating'}, 'currentFanSpeedSetting': 'L1'}}}
But Google always returns " is off and it's curretnly 29 degrees". Does anyone know why Google thinks device is off?