Closed pvgennip closed 6 years ago
Hi, I started work on a "maxcube2" library here in case you're interested, I integrated your PR (actually your current master): https://github.com/normen/maxcube2
/sigh
@pvgennip , thanks for your great work!
@ivesdebruycker: you too!
Kind regards, Pim van Gennip iconize.nl
On 6 March 2018 at 22:31:28, ivesdebruycker (notifications@github.com) wrote:
@pvgennip , thanks for your great work!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Added schedule setting to the maxcube factory and class by array of times and temperatures per weekday. Added battery_low and panel_locked to the standard deviceInfo.
At timeout of a connection to a cube, Node crashed, because there was no event handler for ETIMEDOUT and other events caused by unstable connection. Prevented crashing by adding a process handler for uncaughtException.