View Source Jeff.Reply.OutputStatus (jeff v0.5.0)

Output Status Report

OSDP v2.2 Specification Reference: 7.8

Link to this section Summary

Link to this section Types

@type state() :: :active | :inactive
@type t() :: %Jeff.Reply.OutputStatus{
  outputs: %{required(non_neg_integer()) => state()}
}

Link to this section Functions

@spec decode(<<_::_*8>>) :: t()
@spec new(map()) :: t()