« Back to Product

Documentation

ALL_UpdateValues

 boolean ALL_UpdateValues (int $InstanceID) 

Parameters

InstanceID

ID of the device to be updated

Returns

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

Description

Executes a update of the state variables for the device with the ID InstanceID.

Once the function has been performed, the new values are available ​​in the state variables.

Example

//Update Device with the ID "12345"
ALL_UpdateValues(12345);
Any questions?