Previous Topic

Next Topic

Book Contents

Book Index

Z-Wave Events

Topics and properties of the events published by the Z-Wave module.

You can develop applications which track the events related to Z-Wave network and separate devices. To do so you need to subscribe for the events that are published by the Z-Wave Module, i.e. register an event handler.The supported topics and related event properties and predefined values are available in the com.prosyst.mbs.services.zwave.ZWaveController interface.

Subscribing for Events Related to Z-Wave Devices

All driver event topic constants that end with "_BEGIN" are common prefixes for event topics. To listen to mode changes of a specific controller a listener that catches ZWaveController.Z_WAVE_CONTROL_EVENT_TOPIC_MODE_BEGIN + <ctrl_node_id> must be registered.

Subscribing for Events Related to the Network