Mike Hughes

Results 4 comments of Mike Hughes

I should have updated the documentation. Here's my config; ``` { "name": "Kitchen Lights Timer", "stateful": false, "reverse": false, "time": 1800000, "resettable": true, "accessory": "DummySwitch" }, ```

I've created a PR for this, linked above. If you'd like to test it out in the mean time, you can with the following; ``` npm i --save https://github.com/mikehhhhhhh/homebridge-dummy.git\#resettable-timer ```...

I added a PR that enables just this as well as fixes some issues with newer S3 AZs quite a long time ago, @nrempel doesn't seem to have got around...

I needed the ability to pass parameters to S3. Particularly ContentType so files are displayed inline in the browser rather than downloaded. I've added an extra parameter for all put...