Skip to content

Commit

Permalink
Merge pull request #529 from tobser/plcbus-master
Browse files Browse the repository at this point in the history
Plcbus support
  • Loading branch information
hollie committed Nov 15, 2015
2 parents 0b2fbf4 + 7f2511d commit 1bc920e
Show file tree
Hide file tree
Showing 3 changed files with 1,597 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/Base_Item.pm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sub set
#&::print_log($self->get_object_name() . "::checking($p_state, $p_setby) -> $$obj{object_name}") if $main::Debug{occupancy};
if ( ( $obj->can('writable') and $obj->writable ) or
( ! $obj->can('writable') ) ) { #check for "settable" objects
&::print_log($self->get_object_name() . "::set($p_state, $$p_setby{object_name}) -> $$obj{object_name}") if $main::Debug{occupancy};
&::print_log($self->get_object_name() . "::set($p_state, $p_setby) -> $$obj{object_name}") if $main::Debug{occupancy};
# $obj->set($p_state,$p_setby,$p_response);
# don't attempt to set sensors
if (UNIVERSAL::isa($obj, 'X10_Sensor')) {
Expand Down
Loading

0 comments on commit 1bc920e

Please sign in to comment.