my_sensors v0.2.0 MySensors.SensorValue

SensorValue Object

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %MySensors.SensorValue{
  __meta__: term(),
  id: term(),
  inserted_at: term(),
  sensor: term(),
  sensor_id: term(),
  type: String.t(),
  updated_at: term(),
  value: float()
}

Link to this section Functions

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