OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Controller health check. #387

Open trankin opened 4 years ago

trankin commented 4 years ago

I'm looking for a way to periodically confirm that the controller is still connected and communicating over the serial port. E.g. every 10 minute or so I just want to confirm that the controller is alive and kicking. Any insight regarding the best way to achieve this.

I've tried several approaches polling information, but it seems that much of that is cached and delivered from the cache rather than actually requesting information from the controller.

robertsLando commented 3 years ago

@ekarak