You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing a split AC unit with no heater, starting from the included heater/cooler example. Removing the unneeded characteristics from the ServiceFactory call works fine, and I can prevent the "Heat" option from showing up with the following code, inserted just after it:
Thanks for writing this issue @vickash. I'm so sorry for my late response. I realised RubyHome needs to include part of the HomeKit Accessory Protocol to expose this behaviour. I have a WIP PR #126, but I want to add some automated tests before merging it.
I'm implementing a split AC unit with no heater, starting from the included heater/cooler example. Removing the unneeded characteristics from the
ServiceFactory
call works fine, and I can prevent the "Heat" option from showing up with the following code, inserted just after it:I also want to limit the temperature between 17 and 31C in 1C steps, but the same strategy doesn't work there:
The slider on my phone still shows 10 to 35C in 0.5C steps. Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: