Documentation /

Connection

To connect the device to the platform, you can use HTTP or MQTT requests

Before your device to be connected to the platform you should know standard conection parameters and their description.

Parameter name

Possible values

Description

DID

Latin letters and numbers

Unique Device Identifier

ACTION

ack

receive the current value

 

put

set the current value

 

event

notification that an event has occurred

 

switch

for «Switch» type of things, will switch status «ON/OFF»

 

inc

increase of the value on N% for things with a «Level» type

 

dec

decrease of the value on N% for things with a «Level» type

VALUE

any text string

value or string

TIMESTAMP

format: Year-Month-Day Hours:Minutes:Seconds

2014-12-08 12:48:52

if TIMESTAMP parameter exist — VALUE data will be placed in data base according to this TIMESTAMP value

Start now