Closed nicoh88 closed 6 years ago
@alexryd Thanks! @toto Please merge, push to npm and close #15, #16, #19 and #22.
Very nice Thx @nicoh88!
@toto Can you publish npm 1.1.7? Thanks
Done
Caching i guess. Give it a moment. Bumped to 1.1.8 fixing security problems in dependencies.
Thanks @alexryd
Copy & Paste from PR19 with index.js conflict fix.
This PR makes the
public_temperature_json_data
andpublic_airquality_json_data
config variables independent of each other so that it's possible to only load air quality data without temperature data or the other way around. So for instance if public_temperature_json_data is not specified in the config, noTemperatureSensor
orHumiditySensor
services will be exposed and no temperature data will be loaded. Fixes #16 and fixes #15.