Skip to content

Commit

Permalink
Insteon_ApplianceLink: Add DeviceController to Allow for Sync_Links
Browse files Browse the repository at this point in the history
Closes hollie#271
  • Loading branch information
krkeegan committed Oct 11, 2013
1 parent 5aac865 commit 0236d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Insteon/Lighting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ Provides support for the Insteon ApplianceLinc.
=head2 INHERITS
L<Insteon::BaseLight|Insteon::Lighting/Insteon::BaseLight>
L<Insteon::DeviceController|Insteon::BaseInsteon/Insteon::DeviceController>
=head2 METHODS
Expand All @@ -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<new()>
Expand Down

0 comments on commit 0236d3e

Please sign in to comment.