From c93b885438b7af15d86dc1fc4a3ad44a91ce4a95 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 17 Jan 2009 10:01:56 +0000 Subject: [PATCH] devspec: attr=value git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@335 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 6 +++-- docs/commandref.html | 11 +++++---- fhem.pl | 56 +++++++++++++++++++++++++++++++++----------- 3 files changed, 53 insertions(+), 20 deletions(-) diff --git a/CHANGED b/CHANGED index f464caae6..590ac9d31 100644 --- a/CHANGED +++ b/CHANGED @@ -478,9 +478,11 @@ - feature: Removed msghist for multiple FHZ handling, IODev attribute added - bugfix: cut off string "(counter)" from fallback value in 13_KS300.pm - feature: daily/monthly cumulated values for EMWZ/EMGZ/EMWM with 15_CUL_EM - by Klaus - feature: 01_FHEMWEB.pm: multiple room assignments fixedrange with optional [day|week|month|year] attr title and label for flexible .gplot files - feature: fhem.pl: attr global logdir used by wildcard %ld - + - feature: do not block on disconnected devices (FHZ/CM11/CUL) + - bugfix: deleting at definition in the at command + - bugfix: deleting a notify/at/watchdog definition in a notify/at/watchdog + - feature: devspec =. E.g. set room=kitchen off; list disabled= diff --git a/docs/commandref.html b/docs/commandref.html index d9ce3353f..a109c204d 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -225,8 +225,10 @@ A line ending with \ will be concatenated with the next one, so long lines
  • a range of devices, separated by dash (-)
  • a regular expression, if the the spec contains on e of the following characters: ^*[]$
  • -
  • an internal attribute of the device, followed by a colon and then a - regexp for this attribute. Known attributes are DEF, STATE and TYPE.
  • +
  • an attribute of the device, followed by an equal sign (=) and then a + regexp for this attribute. As attribute you can specify either attributes + set with the attr command or one of the "internal" attributes DEF, STATE + and TYPE.
  • Example: Notes: