Skip to content

Commit

Permalink
added "xAttributeOptions" to config schema for DenonAvrPresenceSensor…
Browse files Browse the repository at this point in the history
…, DenonAvrMasterVolume, and DenonAvrZoneVolume
  • Loading branch information
mwittig committed Mar 7, 2017
1 parent db0cea5 commit 518e249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions device-config-schema.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
title: "Denon AVR Power Switch"
description: "Denon AVR Power Switch"
type: "object"
extensions: ["xLink", "xPresentLabel", "xAbsentLabel"]
extensions: ["xLink", "xPresentLabel", "xAbsentLabel", "xAttributeOptions"]
properties:
interval:
description: "The time interval in seconds (minimum 10) at which the power state of the AVR will be read"
Expand All @@ -20,7 +20,7 @@ module.exports = {
title: "Denon AVR Master Volume"
description: "Denon AVR Master Volume"
type: "object"
extensions: ["xLink", "xPresentLabel", "xAbsentLabel"]
extensions: ["xLink", "xPresentLabel", "xAbsentLabel", "xAttributeOptions"]
properties:
interval:
description: "The time interval in seconds (minimum 10) at which the power state of the AVR will be read"
Expand All @@ -44,7 +44,7 @@ module.exports = {
title: "Denon AVR Zone Volume"
description: "Denon AVR Zone Volume"
type: "object"
extensions: ["xLink", "xPresentLabel", "xAbsentLabel"]
extensions: ["xLink", "xPresentLabel", "xAbsentLabel", "xAttributeOptions"]
properties:
zone:
description: "The zone for which volume shall be controlled. If set to MAIN it is equivalent to master volume"
Expand Down

0 comments on commit 518e249

Please sign in to comment.