Skip to content

Instantly share code, notes, and snippets.

@toshiyukihina
Created September 5, 2013 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshiyukihina/6454032 to your computer and use it in GitHub Desktop.
Save toshiyukihina/6454032 to your computer and use it in GitHub Desktop.
{
"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" : {
"array" : false,
"shared" : false,
"attributes" : {},
"commands" : {
"startBlink" : {"paramType" : null}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment