Little Devil Controller for Electric Imp

How do I set the value being sent from the slider?
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
What values are sent from the switches?
The switches will send a 0 when switched to off and 1 when switched to on.
Sun, 16 Mar, 2014 at 1:48 AM
What format is the data sent in?
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
How do I read the JSON value with my Imp?
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