Andreas Bauer

Results 105 comments of Andreas Bauer

The reported vulnerabilities didn't actually affect any users. * Vulnerabilities in `optimist` and `minimist` were in code files never actually executed by hap-nodejs (used for command-line interface of `dbus-native`) *...

My intention was to add some test cases in a follow up PR. Thanks for the input 👍 > I now get the “characteristic was supplied an illegal value” on...

The `node-persist` library is a legacy library we carry since along time. There are already ambitions to replace that with a new (probably custom built) solution. I see we could...

This issue maybe considered for the upcoming [v1.0.0](https://github.com/homebridge/HAP-NodeJS/projects/5) release. Though can't promise anything. First step for now is to finally get rid of the legacy `node-persist` dependency. So not promising...

Yes. This issue was accidentally considered stale. Forgot to create an exempt for the `vision` label. Fixed in https://github.com/homebridge/HAP-NodeJS/commit/8e612a364b70c4acb200223f01b9c8b6ff4e4eed.

> I have a 10 url in series sequence. There is a 3 second delay between each url call in the list. The whole sequence takes 30 seconds to complete....

I added your example to https://github.com/Supereg/homebridge-http-switch/wiki/Community-supplied-examples

Please contact HOOBS support for issues with hoobs. This plugin only supports homebridge and homebridge-ui.

We might extend the sanity checks we already have in [`Accessory.validateAccessory`](https://github.com/homebridge/HAP-NodeJS/blob/9c9bd7101b2ab520a237c09da8017d18a5c2c7cc/src/lib/Accessory.ts#L1027). There we check for empty values for those Characteristics. I'm not sure if it makes sense to automatically alter...

I'm not sure if this change is worth deliberately breaking plugins. I would either just leave it as is, or introduce the corrected `PROGRAM_SCHEDULED_MANUAL_MODE` while deprecating the old `PROGRAM_SCHEDULED_MANUAL_MODE_` and...