guidone / node-red-contrib-netatmo-dashboard

Get dashboard JSON payload from NetAtmo.
13 stars 9 forks source link

fixed bug where values could be N.N. instead of 0 #12

Closed solick closed 5 years ago

solick commented 5 years ago

Sorry, ran into the weird situation, that default parameter assignment don't work with 0 because it is treated as falsy. Needed to fix this.

guidone commented 5 years ago

Merged, thanks for the contribution