From 0236d3e34285859e6ff8cf3f55ddcf78124fd34f Mon Sep 17 00:00:00 2001 From: KRKeegan Date: Thu, 10 Oct 2013 17:27:00 -0700 Subject: [PATCH] Insteon_ApplianceLink: Add DeviceController to Allow for Sync_Links Closes #271 --- lib/Insteon/Lighting.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Insteon/Lighting.pm b/lib/Insteon/Lighting.pm index fd33381f1..561a7cdc8 100644 --- a/lib/Insteon/Lighting.pm +++ b/lib/Insteon/Lighting.pm @@ -431,6 +431,7 @@ Provides support for the Insteon ApplianceLinc. =head2 INHERITS L +L =head2 METHODS @@ -443,7 +444,7 @@ package Insteon::ApplianceLinc; use strict; use Insteon::BaseInsteon; -@Insteon::ApplianceLinc::ISA = ('Insteon::BaseLight'); +@Insteon::ApplianceLinc::ISA = ('Insteon::BaseLight','Insteon::DeviceController'); =item C