grizzly v0.4.2 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()
View Source
priority_route_report() :: %{
node_id: non_neg_integer(),
repeaters: [non_neg_integer()],
type: route_type(),
speed: speed()
}
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()
View Source
route_type() ::
:no_route
| :last_working_route
| :next_to_last_working_route
| :determined_by_application
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()
View Source
rssi_report() :: [rssi_value()]
rssi_report() :: [rssi_value()]
Link to this type
rssi_value()
View Source
rssi_value()
View Source
rssi_value() ::
:not_available
| :max_power_saturated
| :below_sensitivity
| :above_sensitivity
rssi_value() :: :not_available | :max_power_saturated | :below_sensitivity | :above_sensitivity
Link to this type
speed()
View Source
speed()
View Source
speed() :: :"9.6 kbit/sec" | :"40 kbit/sec" | :"100 kbit/sec" | :unknown
speed() :: :"9.6 kbit/sec" | :"40 kbit/sec" | :"100 kbit/sec" | :unknown
Link to this type
statistics_report()
View Source
statistics_report()
View Source
statistics_report() :: map()
statistics_report() :: map()
Link to this section Functions
Link to this function
decode_route_type(int) View Source
Link to this function
decode_rssi_value(arg1) View Source
Link to this function
decode_speed(arg1) View Source
Link to this function