-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell me how to change values ? #242
Comments
I can not understand how to change the values in the code, for example, on or temperature? Any chance to advise? Thanks |
Tell me how to change the status of the light bulb in this example? import os.path from homekit import AccessoryServer if name == 'main':
|
Sorry for the late reply. I am not exactly sure what you want to achieve?
|
Tell me how to change values ?
thermostatService = ThermostatService()
thermostatService.set_target_temperature_set_callback(th_target_temperature)
thermostatService.set_target_heating_cooling_state_set_callback(th_target_state)
thermostatService.set_current_heating_cooling_state_get_callback = OFF OR
0: Off
1: Heater is on
2: Cooler is on
can you give a small example?
The text was updated successfully, but these errors were encountered: