Skip to content

Commit

Permalink
Added URL feature to JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
fixermark committed Sep 23, 2012
1 parent 344371d commit 49d3aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/belphanior-x10-servant
Expand Up @@ -30,6 +30,7 @@ device_id_arg = {

add_role_description(
{
"url" => "http://belphanior.net/roles/x10/v1",
"name" => "x10 controller",
"description" => "A controller for X10 devices, which can address the devices by house code and unit code.",
"commands" => [
Expand All @@ -48,6 +49,7 @@ add_role_description(

add_role_description(
{
"url" => "http://belphanior.net/roles/insteon/v1",
"name" => "insteon controller",
"description" => "A controller for INSTEON devices, which are addressed by a six-character hex string.",
"commands" => [
Expand Down

0 comments on commit 49d3aca

Please sign in to comment.