From Gateway to Client

<< Click to Display Table of Contents >>

Navigation:  The API > Simple API > Functions format >

From Gateway to Client

Receiving functions (from Gateway to Client)

The receiving functions can be within a "state" or a "telegram" event.

Description

String

Meaning

Optional

key

The key of the function

No

=

Separator

No

value

Value

No

[UNIT]

Unit enclosed by delimiter

Yes

(MEANING)

Meaning enclosed by delimiter

Yes

 

Examples

 

key

separator

Value

[Unit]

(Meaning)

function (D2-01-09)

overcurrentSwitchOff

=

false

 

(Over current switch off: ready / not supported)

overcurrentSwitchOff=false(Over current switch off: ready / not supported)

function (A5-13-01)

temperature

=

24.31

[°C]

 

temperature=24.31[°C]

function (A5-13-01)

dayNight

=

day

 

(Day)

dayNight=day(Day)

function (F6-02-01)

buttonA0

=

released

 

(Button released)

buttonA0=released(Button released)

function (D2-01-09)

dimValue

=

100

[%]

(Output value 0% to 100%)

dimValue=0.00[%](Output value 0% to 100%)