2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

HMCCU: get/set CCU device parameters

git-svn-id: https://svn.fhem.de/fhem/trunk@10089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap 2015-12-04 18:07:28 +00:00
parent b3348231c8
commit a5a7693e12

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;
}
#####################################