Skip to content

Commit

Permalink
Support for device config extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpi committed Oct 11, 2014
1 parent 0fd9c17 commit 4e1fead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device-config-schema.coffee
Expand Up @@ -3,6 +3,7 @@ module.exports ={
GpioSwitch: {
title: "GpioSwitch config options"
type: "object"
extensions: ["xConfirm", "xLink", "xOnLabel", "xOffLabel"]
properties:
gpio:
description: "The gpio pin"
Expand All @@ -15,6 +16,7 @@ module.exports ={
GpioPresence: {
title: "GpioPresence config options"
type: "object"
extensions: ["xLink", "xPresentLabel", "xAbsentLabel"]
properties:
gpio:
description: "The gpio pin"
Expand Down

0 comments on commit 4e1fead

Please sign in to comment.