From b96227aec993433a757419f505fb04a8310fc6e3 Mon Sep 17 00:00:00 2001 From: pahenning Date: Wed, 24 Oct 2012 18:57:49 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2013 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/1-Wire/commandref.html | 175 +++++++++++++++++++++++++--- 1 file changed, 157 insertions(+), 18 deletions(-) diff --git a/fhem/contrib/1-Wire/commandref.html b/fhem/contrib/1-Wire/commandref.html index 90e85b8f7..67d5537ac 100755 --- a/fhem/contrib/1-Wire/commandref.html +++ b/fhem/contrib/1-Wire/commandref.html @@ -9,14 +9,16 @@
  • via an active DS2480/DS2482/DS2490/DS9097U bus master interface attached to an USB port or
  • via a passive DS9097 interface attached to an USB port or
  • -
  • via a network-attached CUNO
  • +
  • via a network-attached CUNO or through a COC on the RaspBerry Pi
  • Internally these interfaces are vastly different, read the corresponding Wiki pages

    Example

    @@ -24,7 +26,7 @@ Define @@ -101,7 +103,7 @@
    attr OWX_AD DHigh 50.0
    - attr OWX_AD DName RelHumidity|humidity + attr OWX_AD DName relHumidity|humidity
    attr OWX_AD DOffset -0.8088
    @@ -213,7 +215,13 @@ <float>
    measurement value (on the scale determined by offset and factor) for high alarm. -
  • Standard attributes alias, comment, eventMap, logLevel, webCmd
  • +
  • attr <name> event on-change|on-update + This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute. + +
  • +
  • Standard attributes alias, comment, eventMap, loglevel, webCmd
  • @@ -317,7 +325,13 @@
  • attr <name> <channel>Mode daily | normal
    factor multiplied to (reading+offset) in this channel.
  • -
  • Standard attributes alias, comment, eventMap, logLevel, webCmd
  • +
  • attr <name> event on-change|on-update + This attribte work similarly, but not identically to the standard event-on-update-change/event-on-update-reading attribute. + +
  • +
  • Standard attributes alias, comment, eventMap, loglevel, webCmd
  • @@ -440,10 +454,116 @@ Attributes + +

    OWMULTI

    +