« Back to Product

Documentation

OW_SetStrobe

 boolean OW_SetStrobe (int $InstanceID, boolean $Status) 

Parameters

InstanceID

ID of the device to be switched

Status

TRUE for On, FALSE for Off

Returns

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

Description

Makes it possible to put the RSTZ-pin of DS2408 of the device with ID InstanzID to value Status

Example

OW_SetStrobe(12345, true); //Turn on strobe
Any questions?