From 4e1fead3bc8d627eed4109d6ca1357ed82239d17 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sat, 11 Oct 2014 10:16:18 +0200 Subject: [PATCH] Support for device config extensions --- device-config-schema.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-config-schema.coffee b/device-config-schema.coffee index 6c7a858..6cd40e1 100644 --- a/device-config-schema.coffee +++ b/device-config-schema.coffee @@ -3,6 +3,7 @@ module.exports ={ GpioSwitch: { title: "GpioSwitch config options" type: "object" + extensions: ["xConfirm", "xLink", "xOnLabel", "xOffLabel"] properties: gpio: description: "The gpio pin" @@ -15,6 +16,7 @@ module.exports ={ GpioPresence: { title: "GpioPresence config options" type: "object" + extensions: ["xLink", "xPresentLabel", "xAbsentLabel"] properties: gpio: description: "The gpio pin"