diff --git a/docs/commandref.html b/docs/commandref.html index 8b3590835..b54714daa 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -3,106 +3,252 @@ - fhem.pl command reference + fhem reference -

fhem.pl command reference

+

fhem.pl reference

+

Contents

+ -Device specification
-Perl specials

Introduction

-You can use all of the following commands in in two ways: -There are three types of commands: "fhem" commands (described in this document), -shell commands (they must be enclosed in double quotes ") and perl expressions -(enclosed in curly brackets {}). shell commands or perl expressions are needed for -complex at or notify arguments.

-Shell commands will be executed in the -background, the perl program and the fhem commands will be executed in the main -"thread". -In order to make perl expressions easier to write, some special functions and -variables are available. See the section Perl special for a -description. -To trigger "fhem" commands from a shell script, use the client form of -fhem.pl (described above).

+ +

Fhem command types

+ + +

Device specification (devspec)

+ +

?, help

- -

attr

@@ -1759,7 +506,7 @@ Send buffer:
2007-10-19 00:31:24 desired-temp 22.5 Used to modify some definitions. Useful for changing some at or notify definitions. If specifying - one argument to an at type deinition, only the time part will be changed. In + one argument to an at type definition, only the time part will be changed. In case of a notify type definition, only the regex part will be changed. All other values (state, attributes, etc) will remain intact.

@@ -1791,8 +538,8 @@ Send buffer:
2007-10-19 00:31:24 desired-temp 22.5 + + +

HMS

+ + + +

CUL

+ + + +

CUL_WS

+ + + +

CUL_EM

+ + + + +

EM

+ + + +

EMWZ

+ +
-

Type M232:

+ + + Get +
+ + Attributes + +
+ + + + +

EMGZ

+ + + +

EMEM

+ + + +

KS300

+ + + +

CM11

+ + + +

X10

+ +
+ + Get
+ + Attributes + +
+ + + +

LIRC

+ + + +

WS300

+ + + + +

SCIVT

+ + + +

M232

+ + + + +

M232Counter

+ + + +

M232Voltage

+ + + +

FS10

+ + + +

WS2000

+ + + +

IPWE

+ + + +

weblink

+ + + +

FHEMWEB

+ + + + + + + +

at

+ + + +

notify

+ + + +

watchdog

+ + + +

DbLog

+ + + +

FileLog

+ - - - -

setstate

- - - -

shutdown

+ +

dummy

+ define <name> dummy +

- - -

trigger

- - - -

sleep

- - - -

xmllist

+ +

SUNRISE_EL

- -

Device specification

- -

Perl specials