NorthernMan54 / node-red-contrib-homebridge-automation

Homebridge and Node-RED Integration
Apache License 2.0
107 stars 18 forks source link

hbEvent: add option to send initial state #80

Closed lmcquade closed 3 years ago

lmcquade commented 3 years ago

This adds the option to hbEvent to send the initial state when it first connects. By default sendInitialState is unset, so the existing behavior is unchanged. This makes it possible to create a flow which is in a known state at startup without having to use hbStatus nodes.

NorthernMan54 commented 3 years ago

Looks good, tks

Published as version v0.0.80