grizzly v0.8.0 Grizzly.CommandClass.NetworkManagementInstallationMaintenance View Source

Link to this section Summary

Link to this section Types

Link to this type

priority_route_report() View Source
priority_route_report() :: %{
  node_id: non_neg_integer(),
  repeaters: [non_neg_integer()],
  type: route_type(),
  speed: speed()
}

Link to this type

route_type() View Source
route_type() ::
  :no_route
  | :last_working_route
  | :next_to_last_working_route
  | :determined_by_application

Link to this type

rssi_report() View Source
rssi_report() :: [rssi_value()]

Link to this type

rssi_value() View Source
rssi_value() ::
  :not_available
  | :max_power_saturated
  | :below_sensitivity
  | :above_sensitivity

Link to this type

speed() View Source
speed() :: :"9.6 kbit/sec" | :"40 kbit/sec" | :"100 kbit/sec" | :unknown

Link to this type

statistics_report() View Source
statistics_report() :: map()

Link to this section Functions