Documentation
MBUS_UpdateValues
boolean MBUS_UpdateValues (int $InstanceID)
Parameters
InstanceID | ID of the device to update |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Updates the values with the ID InstanceID
Example
MBUS_UpdateValues(12345);