SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 31 forks source link

Dew point instances #78

Closed joabakk closed 3 years ago

joabakk commented 3 years ago

Dew point is a useful value for inside areas as well. Building on previous instance logic

sbender9 commented 3 years ago

Can we make this backwards compatible. I guess if the air list is not there or empty, use outside?

joabakk commented 3 years ago

Sure. I would think it did, since https://github.com/joabakk/signalk-derived-data/blob/dew-point-instances/index.js#L24 is const defaultAir = 'outside'? But happy to change anything you like

joabakk commented 3 years ago

I just installed on another server from git, and it seems to be backwards compatible.