my_sensors v0.1.0-rc2 MySensors.Node

Node Object

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %MySensors.Node{battery_level: number() | nil, config: String.t() | nil, id: integer(), protocol: String.t() | nil, sensors: [MySensors.Sensor.t()] | nil, sketch_name: String.t() | nil, sketch_version: String.t() | nil}

Link to this section Functions

Link to this macro Elixir.MySensors.Node(args \\ []) (macro)
Link to this macro Elixir.MySensors.Node(record, args) (macro)
Link to this function from_struct(node)