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

Input Status Report

OSDP v2.2 Specification Reference: 7.7

Link to this section Summary

Link to this section Types

@type state() :: :active | :inactive | 2..255
@type t() :: %Jeff.Reply.InputStatus{
  inputs: %{required(non_neg_integer()) => state()}
}

Link to this section Functions

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