From 298ed58f1499a18b7693dcff3bd24a221a28828c Mon Sep 17 00:00:00 2001 From: Evan Coleman Date: Wed, 22 Apr 2015 22:30:05 -0400 Subject: [PATCH] Use lightbulb type --- accessories/X10.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessories/X10.js b/accessories/X10.js index 6764fc2..3978e59 100644 --- a/accessories/X10.js +++ b/accessories/X10.js @@ -106,7 +106,7 @@ X10.prototype = { designedMaxLength: 1 }] },{ - sType: types.SWITCH_STYPE, + sType: types.LIGHTBULB_STYPE, characteristics: [{ cType: types.NAME_CTYPE, onUpdate: null,