https://github.com/nothans/iot-control-app
https://github.com/nothans/iot-control-app
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nothans/iot-control-app
- Owner: nothans
- License: mit
- Created: 2018-02-01T15:14:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T16:13:51.000Z (about 8 years ago)
- Last Synced: 2025-02-22T18:28:34.273Z (over 1 year ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoT Control App
## Adding Controls
1. Select "Controls"
2. Select "Manage Controls"
3. Enter a JSON array of controls using the appropriate formatting
```javascript
[{
"name": "Switch 1",
"control": "switch",
"source": {"type":"thingspeak_channel", "field":1, "readKey":"XXX", "writeKey":"YYY"}
}]
```
## Demo
* [Open IoT Control App for ThingSpeak](https://htmlpreview.github.io/?https://github.com/nothans/iot-control-app/blob/master/controls.html)
* Create a new private ThingSpeak channel and enable 3 fields
* Add controls_example.json under "Manage Controls"
* Change readKey and writeKey to match your ThingSpeak channel settings
