From e3e9897ff1d4d1b1765b731f2c1cd551b3356f79 Mon Sep 17 00:00:00 2001 From: fhemzap Date: Tue, 5 Jan 2016 18:09:32 +0000 Subject: [PATCH] HMCCU: Update all client devices git-svn-id: https://svn.fhem.de/fhem/trunk@10368 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/HMCCU/HMCCU_README.txt | 33 ++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/fhem/contrib/HMCCU/HMCCU_README.txt b/fhem/contrib/HMCCU/HMCCU_README.txt index c77ce7570..f36b7d257 100644 --- a/fhem/contrib/HMCCU/HMCCU_README.txt +++ b/fhem/contrib/HMCCU/HMCCU_README.txt @@ -3,9 +3,9 @@ *** HMCCU/HMCCUDEV - Modules for FHEM - Homematic CCU integration *** ======================================================================= -* Document covers HMCCU/HMCCUDEV/HMCCUCHN version 2.3 +* Document covers HMCCU/HMCCUDEV/HMCCUCHN version 2.4 * Please read carefully before using the modules. -* Last modified: 28.12.2015 +* Last modified: 05.01.2016 ---------------------------------------------- Content @@ -220,6 +220,13 @@ Get state of channel: Specified channel must contain the datapoint 'STATE'. This default datapoint can be modified by setting attribute 'statedatapoint'. +Update all client device datapoints / readings: + + get update [] + + If parameter is specified only client devices with device name + matching regular expression will be updated. + Get multiple channels and datapoints: get parfile [] @@ -234,6 +241,11 @@ Get CCU variable values: Variable name can be a regular expression. Variables are stored as readings with same name as in CCU. +Check if RPC server process is running: + + get rpcstate + + ------------------------------------ 2.3 HMCCU Attributes ------------------------------------ @@ -243,7 +255,8 @@ Set filter for datapoint readings (default is '.*'): attr ccureadingfilter Only datapoints matching the specified expression will be stored as - readings. + readings. Filter is ignored by commands 'get datapoint' and 'get channel'. + Filter is used by command 'get update' and for RPC server events. Set reading name format (default is 'name'): @@ -461,6 +474,10 @@ Get state of device: "STATE" by using attribute 'statechannel'. The default datapoint "STATE" can be modified by setting attribute 'statedatapoint'. +Update all datapoints / readings of channel: + + get update + ------------------------------------ 4.3 HMCCUDEV Attributes ------------------------------------ @@ -472,7 +489,8 @@ Set filter for datapoint readings (default is '.*'): attr ccureadingfilter Only datapoints matching the specified expression will be stored as - readings. + readings. Filter is ignored by commands 'get datapoint' and 'get channel'. + Filter is used by command 'get update' and for RPC server events. Set reading name format (default is 'name'): @@ -585,6 +603,10 @@ Get state of device: The default datapoint "STATE" can be modified by setting attribute 'statedatapoint'. + +Update all datapoints / readings of channel: + + get update ------------------------------------ 4.3 HMCCUCHN Attributes @@ -597,7 +619,8 @@ Set filter for datapoint readings (default is '.*'): attr ccureadingfilter Only datapoints matching the specified expression will be stored as - readings. + readings. Filter is ignored by commands 'get datapoint' and 'get channel'. + Filter is used by command 'get update' and for RPC server events. Set reading name format (default is 'name'):