Skip to content

harsharora94/Controlling-IoT-Devices-Over-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Controlling-IoT-Devices-Over-Web

Demo on Controlling IoT Devices Using ThingSpeak Channel

Adding Controls

  1. Select "Controls"
  2. Select "Manage Controls"
  3. Enter a JSON array of controls using the appropriate formatting
[{
	"name": "Switch 1",
	"control": "switch",
	"source": {"type":"thingspeak_channel", "field":1, "readKey":"XXX", "writeKey":"YYY"}
}]

Demo

  • Open IoT Devices Control for ThingSpeak
  • Create a new private ThingSpeak channel and enable 3 fields
  • Add controls_structure.json under "Manage Controls"
  • Change readKey and writeKey to match your ThingSpeak channel settings

IoT Devices Control Application screenshot

About

Demo on Controlling IoT Devices Using ThingSpeak Channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published