my_sensors v0.2.0 MySensors.Node

Node Object

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function changeset(node, params \\ %{})