0.0.4 • Published 4 years ago

iobroker.moonphase v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Logo

ioBroker.moonphase

NPM version Downloads Dependency Status Known Vulnerabilities

NPM

Reads Moon Phase information from API at https://www.icalendar37.net/lunar/api/.

Three Objects are available

  • lastUpdate contains a timestamp of the last update
  • htmlCurrentMoon contains html code to display in vis with the current moon phase as an svg image
  • htmlNextFullMoon contains html code to display in vis with the date of the next full moon phase

The adapter reads the API in a scheduled interval. You can change the interval in the instance configuration.

Credits goes to https://www.icalendar37.net/ for making the API available.

Changelog

0.0.3

  • (GMSonic) update dependencies due security risk

0.0.2

  • (GMSonic) change adapter scheduler to 1 hour (Still Beta)

0.0.1

  • (GMSonic) initial commit (Still Beta)

License

MIT License

Copyright (c) 2019 GMSonic gmsonic23@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE GMSonicS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.