The DECT Adapter provides Device Item representation for some HAN-FUN Interfaces.
Interface Name |
Interface ID |
Client/Server |
Bundle |
|---|---|---|---|
Alert Interface |
0x0100 |
Client |
com.prosyst.mbs.dect.da.hdm.adapter.jar |
Tamper Interface |
0x0101 |
Client |
com.prosyst.mbs.dect.da.hdm.adapter.jar |
Keep Alive Interface |
0x0115 |
Client |
com.prosyst.mbs.dect.da.hdm.adapter.jar |
On/Off Interface |
0x0200 |
Client |
com.prosyst.mbs.dect.da.hdm.adapter.jar |
Alert Interface
Attributes
Attribute Name |
Attribute ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
State |
0x01 |
Read Only |
Mandatory |
com.prosyst.mbs.services.da.items.Detector#PROPERTY_DETECTED |
Commands
Command Name |
Command ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
Status |
0x01 |
Server->Client |
Mandatory |
com.prosyst.mbs.services.da.items.Detector#PROPERTY_DETECTED |
Tamper Interface
Attributes
Attribute Name |
Attribute ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
State |
0x01 |
Read Only |
Mandatory |
com.prosyst.mbs.services.da.items.Detector#PROPERTY_DETECTED |
Commands
Command Name |
Command ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
Tamper Alert On |
0x01 |
Server->Client |
Mandatory |
com.prosyst.mbs.services.da.items.Detector#PROPERTY_DETECTED |
Tamper Alert Off |
0x02 |
Server->Client |
Mandatory |
com.prosyst.mbs.services.da.items.Detector#PROPERTY_DETECTED |
Keep Alive Interface
Attributes
Attribute Name |
Attribute ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
Interval |
0x01 |
Read Write |
Mandatory |
com.prosyst.mbs.services.da.items.maintenance.PowerSave#PROPERTY_WAKE_UP_INTERVAL |
Commands
Command Name |
Command ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
I am Alive |
0x01 |
Server->Client |
Mandatory |
com.prosyst.mbs.services.da.items.maintenance#PowerSave.PROPERTY_AWAKE |
On/Off Interface
Attributes
Attribute Name |
Attribute ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
State |
0x01 |
Read Only |
Mandatory |
com.prosyst.mbs.services.da.items.Switch#PROPERTY_ON |
Commands
Command Name |
Command ID |
Access |
Mandatory/Optional |
Used By |
|---|---|---|---|---|
On |
0x01 |
Client->Server |
Mandatory |
com.prosyst.mbs.services.da.items.Switch#OPERATION_ON |
Off |
0x02 |
Client->Server |
Mandatory |
com.prosyst.mbs.services.da.items.Switch#OPERATION_OFF |