https://github.com/mwittig/pimatic-plugin-commons
Common helper functions for pimatic plugins
https://github.com/mwittig/pimatic-plugin-commons
pimatic pimatic-plugin
Last synced: about 1 month ago
JSON representation
Common helper functions for pimatic plugins
- Host: GitHub
- URL: https://github.com/mwittig/pimatic-plugin-commons
- Owner: mwittig
- License: agpl-3.0
- Created: 2015-12-12T17:29:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T00:04:02.000Z (over 5 years ago)
- Last Synced: 2025-04-02T04:32:14.067Z (about 2 months ago)
- Topics: pimatic, pimatic-plugin
- Language: JavaScript
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# pimatic-plugin-commons
[](https://travis-ci.org/mwittig/pimatic-plugin-commons)
[](https://coveralls.io/github/mwittig/pimatic-plugin-commons?branch=master)
[](https://david-dm.org/mwittig/pimatic-plugin-commons)Common helper functions for pimatic plugins.
## API
For API documentation, see
[API.md](https://github.com/mwittig/pimatic-plugin-commons/blob/master/API.md).## History
See [Release History](https://github.com/mwittig/pimatic-plugin-commons/blob/master/HISTORY.md).
## Credits
The work on periodic timers has been inspired by Andrew Duthie's blog post
on [Creating a self-correcting alternative to JavaScript’s setInterval](http://andrewduthie.com/2013/12/31/creating-a-self-correcting-alternative-to-javascripts-setinterval/)
and I originally started my implementation of setPeriodicTimer() using parts of the example code transformed to CS.## License
Copyright (c) 2016-2020 , Marcus Wittig and contributors
All rights reserved.
[AGPL-3.0](https://github.com/mwittig/pimatic-plugin-commons/blob/master/LICENSE)