Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
}
}
}
}