Skip to content

Instantly share code, notes, and snippets.

{
"name": "blink-rgx-led",
"version": "1.0",
"description": "Blinks a LED equipped with Rooster GX.",
"bugs": {
"mail": "bugs@example.com"
},
"main" : "blink-rgx-led.so",
"models" : {
"Led" : {
#
# deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official i386 NETINST Binary-1 20120512-20:43]/ wheezy main
#deb cdrom:[Debian GNU/Linux 6.0.5 _Squeeze_ - Official i386 NETINST Binary-1 20120512-20:43]/ wheezy main
deb http://cdn.debian.net/debian/ wheezy main
deb-src http://cdn.debian.net/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
{
"config_log" : {
"direction" : "syslog",
"filter" : {
"error" : true,
"warn" : true,
"info" : true,
"trace" : true,
"debug" : true
},
"models" : {
"Led" : {
"array" : true,
"shared" : false,
"attributes" : {
"ledId": {"type": "int32"}
},
"commands" : {
"startBlink" : {"paramType" : null},
"stopBlink" : {"paramType" : null}