nitaybz / homebridge-delay-switch

Delay switches for Homebridge: https://github.com/nfarina/homebridge
MIT License
146 stars 20 forks source link

startOnReboot behaviour restored. Improved config schema #82

Open sucitram opened 5 months ago

sucitram commented 5 months ago

Added a 'none' sensor type to schema to allow modification of configuration within UI without the user inadvertently adding a sensor to a delay switch specifically configured without one.

Added setCharacteristic call to set the state of 'On' both on start up (if configured) and on delay timeout forcing event notifications.