Version 1.10.0 #220
donavanbecker
announced in
Announcements
Replies: 2 comments 1 reply
-
Thanks for the change. Unfortunately the turnOn command is not pushed out because Perhaps should be "===" instead of "!==" ? Problematic test is at called from |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi,
I installed 1.10.1 and this has fixed the problem, I can now switch the air
conditioner "On" and "Off". (Off was actually mapped to a particular
setting when creating the custom device using the SwitchBot app, but it
does seem to switch to this OK).
Thanks,
Graham
…On Wed, 26 Jan 2022 at 17:35, Donavan Becker ***@***.***> wrote:
I will actually change it to this:
if (this.Active !== this.platform.Characteristic.Active.ACTIVE || this.pushOn) {
I just pushed a new beta. Can you test it for me? and report back?
—
Reply to this email directly, view it on GitHub
<#220 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORQ6T2WDTKZXF6TKCIINQDUYAWHNANCNFSM5MQ3MYHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
<OpenWonderLabs/homebridge-switchbot/repo-discussions/220/comments/2052752
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
pushOn
, this will allow theOn
commands to be sent along sideStatus
change commands.Full Changelog: v1.9.0...v1.10.0
This discussion was created from the release Version 1.10.0.
Beta Was this translation helpful? Give feedback.
All reactions