Particle Api Client v0.1.2 Particle.Variables

This module defines the actions that can be taken on the Variables endpoint.

Summary

Types

t :: %Particle.Variables{name: binary, result: binary}

Functions

get(device_id, variable_name)

Specs

get(binary, binary) ::
  {:ok, any} |
  Particle.Error.t
get_all_with_values(device_id)

Specs

get_all_with_values(binary) ::
  {:ok, %{key: Atom}} |
  Particle.Error.t