From a50529e8ebb00775412df9df2107f2ef5e15f343 Mon Sep 17 00:00:00 2001 From: KRKeegan Date: Fri, 11 Oct 2013 18:23:12 -0700 Subject: [PATCH] Insteon_RemoteLinc: Fix for Setting Linked Devices Needed to set DeviceController as the primary, this underscores the need to get rid of that package. --- lib/Insteon/Controller.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Insteon/Controller.pm b/lib/Insteon/Controller.pm index f18a4bda0..871ed28b6 100644 --- a/lib/Insteon/Controller.pm +++ b/lib/Insteon/Controller.pm @@ -54,7 +54,7 @@ package Insteon::RemoteLinc; use strict; use Insteon::BaseInsteon; -@Insteon::RemoteLinc::ISA = ('Insteon::BaseDevice','Insteon::DeviceController'); +@Insteon::RemoteLinc::ISA = ('Insteon::DeviceController','Insteon::BaseDevice'); my %message_types = ( %Insteon::BaseDevice::message_types,