Closed smoi closed 2 years ago
Hi @smoi
Current implementation for for AC Unit does not support sendTemperatureEvent.
Instead, you must use a Thermostat device type for now: Here's an example code https://github.com/sinricpro/non-sdk-issues/issues/43#issuecomment-1145494578
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
in the Sinric app there are the indoor temperature and humidity for AC devices but it looks like there are no method exposed to update them like in the SinricProThermostat, am I missing something?
I've tried doing this using the AC ID but it gives me error
SinricProThermostat &mySensor = SinricPro[ACUNIT_ID]; bool success = mySensor.sendTemperatureEvent(temperature, humidity);