Little Devil Controller for Electric Imp
It's not currently possible to change the value range of the slider. The slider sends a floating point value from 0.0 to 1.0
Sat, 15 Mar, 2014 at 4:40 PM
The switches will send a 0 when switched to off and 1 when switched to on.
Sun, 16 Mar, 2014 at 1:48 AM
Each time you press a button, flick a switch or interact with the slider the app sends data in JSON format as a key/value pair.
For example:
{&q...
Sun, 16 Mar, 2014 at 1:48 AM
Here's some code to help with basic reading of the JSON value.
For the agent:
function ping(request,res)
{
device.send("r...
Tue, 15 Oct, 2013 at 8:20 AM