Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradfordmedeiros/when-do
Utility library used in automate_core framed around Home-Automation tasks
https://github.com/bradfordmedeiros/when-do
home-automation internet-of-things mqtt things
Last synced: 2 days ago
JSON representation
Utility library used in automate_core framed around Home-Automation tasks
- Host: GitHub
- URL: https://github.com/bradfordmedeiros/when-do
- Owner: BradfordMedeiros
- Created: 2016-06-06T01:54:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T03:08:19.000Z (over 6 years ago)
- Last Synced: 2024-10-12T17:57:36.611Z (about 1 month ago)
- Topics: home-automation, internet-of-things, mqtt, things
- Language: JavaScript
- Homepage:
- Size: 3.04 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# when-do
Utility library used by automate_system to handle scheduling, and rules (primary use case), and automate_system for sequencing of migration instructions (secondary use case).Generally, things should be put here if they represent functionality in automate_system that is a more like a utility functionality -- something that exists on its own, does not open any external connections, and potentially is a bit -- not necessarily tricky to code -- but tricky enough -- that including this code in a main project -- which is primarily state management -- would be dumb as shit.