boolean OW_SetStrobe (int $InstanceID, boolean $Status)
InstanceID | ID of the device to be switched |
Status | TRUE for On, FALSE for Off |
If the command succeeds, it returns TRUE, otherwise FALSE.
Makes it possible to put the RSTZ-pin of DS2408 of the device with ID InstanzID to value Status
OW_SetStrobe(12345, true); //Turn on strobe