Skip to content

Commit

Permalink
Merge pull request #377 from gac410/hollie_master
Browse files Browse the repository at this point in the history
xPL messages generate invalid msg-type
  • Loading branch information
hollie committed Mar 15, 2014
2 parents 60bdcc5 + 3bd8d8c commit f9b4105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Generic_Item.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ sub reset_states2 {
{name => $$ref{object_name}, state => $state, state_prev => $$ref{state_prev}, set_by => $set_by, mh_target => $target});
}
if ($send_xpl and $set_by !~ /^xpl/i) {
&xPL::sendXpl('mhouse.item', 'xpl-stat', 'mhouse.item' =>
&xPL::sendXpl('mhouse.item', 'stat', 'mhouse.item' =>
{name => $$ref{object_name}, state => $state, state_prev => $$ref{state_prev}, set_by => $set_by, mh_target => $target});
}

Expand Down

0 comments on commit f9b4105

Please sign in to comment.