HMCCU: get/set CCU device parameters

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2015-12-04 18:07:28 +00:00
parent 1a98eba720
commit 0bf3b6af77

View File

@@ -3,7 +3,7 @@
#########################################################
# ccurpcd.pl
#
# Version 1.2
# Version 1.3
#
# RPC server for Homematic CCU.
#
@@ -227,6 +227,8 @@ sub CCURPC_DeleteDevicesCB ($$$)
for my $dev (@$a) {
WriteQueue ("DD|".$dev);
}
return;
}
#####################################