« Back to Product

Documentation

MXC_RequestStatus

 boolean MXC_RequestStatus (int $InstanceID) 

Parameters

InstanceID

ID of the device

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Requests a retransmission of the status messages for device with ID InstanceID.

Warning

Since status messages are not routed in xComfort system, it is possible that the command completed successfully, but no new status is received. This command does not query the status, but requires only a new status message.

Warning

This function loads the radio traffic considerably.
It should be used only to upgrade critical equipment for the IP Symcon start. A renewed queries at runtime is not required because xComfort forward all status changes directly to IP Symcon.

Example

MXC_RequestStatus(12345); //Request a status report
Any questions?