diff --git a/accessories/X10.js b/accessories/X10.js index 6a04227..6764fc2 100644 --- a/accessories/X10.js +++ b/accessories/X10.js @@ -130,7 +130,7 @@ X10.prototype = { }] }]; if (that.canDim) { - services[0].characteristics.push({ + services[1].characteristics.push({ cType: types.BRIGHTNESS_CTYPE, onUpdate: function(value) { that.setBrightnessLevel(value); }, perms: ["pw","pr","ev"],