homebridge-http-switch icon indicating copy to clipboard operation
homebridge-http-switch copied to clipboard

Powerful http switch for Homebridge: https://github.com/homebridge/homebridge

Results 35 homebridge-http-switch issues
Sort by recently updated
recently updated
newest added

Feature Request: In order to use the "switch" as an enabler of different accessory types, can the switch be configured to allow for the available types of accessories listed in...

Here's a working example to send JSON body trough ntfy.sh, as I had much issue to do it. ``` { "accessory": "HTTP-SWITCH", "name": "JSONTest", "switchType": "stateless", "serialNumber": "SW002", "timeout": 1000,...

**Is your feature request related to a problem? Please describe.** Unable to get accurate status for services that don't use `GET` to return the status. The service I'm interacting with...

enhancement

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Currently, a `homebridge-http-switch` is always displayed as a button: ![IMG_0753 copy](https://github.com/Supereg/homebridge-http-switch/assets/26099839/a8ea0d96-75d3-465b-b04b-5b55b8c52833) **Feature Request:** It would be great if I could add a property to the json config that it would...

Hi, I’m running Homebridge on a Raspberry Pi which is connected to my home router. I want to create a very basic virtual switch that is visible in Homekit that...

**Describe the bug** I had some switches configured like this: { "accessory": "HTTP-SWITCH", "name": "camera1on", "switchType": "stateless", "timeout": 1000, "onUrl": "http://192.168.x.x/MyBridge/Camera1On" } When I call direct the address http://192.168.x.x/MyBridge/Camera1On, I...

Thanks for a making very useful plugin !! When I set the stateful switch with the config as below; "accessory": "HTTP-SWITCH", "name": "room", "switchType": "stateful", "timeout": 1000, "onUrl": "https://trigger.macrodroid.com/xxxxxxxxx/on", "offUrl":...

I would like to have a switch that triggers the execution of requests in sequence. In my example, I want to say something over multiple Sonos speakers using the sonos-http-api....

Is it possible to configure a toggle switch to default back to OFF? There is "timeout" option, but this does not work with a toggle switch. Would it be possible...