View Source Jeff.Command.OutputSettings (jeff v0.4.0)

Output control command

OSDP v2.2 Specification Reference: 6.7

Control Code Values

CodeDescription
0x00NOP – do not alter this output
0x01Set the permanent state to OFF, abort timed operation (if any)
0x02Set the permanent state to ON, abort timed operation (if any)
0x03Set the permanent state to OFF, allow timed operation to complete
0x04Set the permanent state to ON, allow timed operation to complete
0x05Set the temporary state to ON, resume permanent state on timeout
0x06Set the temporary state to OFF, resume permanent state on timeout

Link to this section Summary

Link to this section Functions

@spec encode(output: pos_integer(), code: pos_integer(), timer: pos_integer()) ::
  <<_::32>>