« Back to Product

Documentation

PJ_SwitchMode

 boolean PJ_SwitchMode (int $InstanceID, boolean $Status) 

Parameters

InstanceID

ID of the Relay to be switched

Status

TRUE for On, FALSE for Off

Returns

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

Description

Switches the relay with the ID InstanceID to value Status.

Example

PJ_SwitchMode($id_lcd, True); //Turn on Relay
Any questions?