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
{{ message }}
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
It is possible to create Switch accessories on HomeKit with a toggle behaviour by:
creating global variables (one for each switch) with 2 possible values: "true" and "false"
configuring a new parameter ("switchglobalvariables") in config.json that contains a comma separated list of the variable names you defined.
You can use these variable to trigger Home Center scenes.
Known issue: you need to configure homebridge in config.json with a user with superuser privileges because normal users cannot set global variable from the outside of Home Center.