[ENG] 16.4. [DKSF 70/71.5 IU] Managing a Smoke Sensor (Current Sensor)

An interface of URL-encoded commands in a device can be used for integration with web applications without using an SNMP protocol. Through the interface of URL-encoded commands, it is possible to manage a smoke sensor.

Status Request

http://192.168.0.100/curdet.cgi

Returned Values

curdet_result('ok', 0, '')

where:

The first argument: is always 'ok' (error is impossible).

The second argument: is a numeric value of a status.

The third argument: is a textual value of a status.

 Normal

1 Alert

2  Break

3  Short circuit

4  Deenergized

Sensor Reset

A short-term withdrawal of power from the current loop is made:

http://192.168.0.100/curdet.cgi?reset

Returned Values

relay_result('ok')
relay_result('error')

An error can be returned when a format or a text of a request are incorrect.