Homebridge plugin
-
I couldn't find any homebridge plugin for triggerCMD. Does it exists? If it doesnt, will it be created?
-
@Beto-Gontijo, I haven't used Homebridge yet, but I'll look into it.
-
@Beto-Gontijo, you can use the homebridge-http-switch plugin with a configuration like this. Click the red Bookmark button for the command you want to run, then copy the bookmark URL for the onUrl setting.
{ "accessory": "HTTP-SWITCH", "name": "TRIGGERcmd - Calculator", "switchType": "stateless", "timeout": 500, "onUrl": "https://www.triggercmd.com/trigger/bookmark?token=eyJhbGciOi....." }
-
-