Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlossg/ninja-state
A Ninjablocks driver to create state devices
https://github.com/carlossg/ninja-state
Last synced: about 1 month ago
JSON representation
A Ninjablocks driver to create state devices
- Host: GitHub
- URL: https://github.com/carlossg/ninja-state
- Owner: carlossg
- License: apache-2.0
- Created: 2014-04-17T18:17:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T07:49:00.000Z (over 10 years ago)
- Last Synced: 2023-04-15T01:27:16.845Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ninja-state
===========A Ninjablocks driver to create state devices
# Configuration
Add state devices from the module settings
Or edit `/opt/ninja/config/ninja-state/config.json` with any number of state devices you want to create
{
"config": {
"devices": {
"blind1": {
"name": "living room blind"
},
"heater": {
"name": "heater"
}
}
}
}