Particle Api Client v0.1.0 Particle.Variables

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

Summary

Types

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

Functions

get(device_id, variable_name)

Specs

get(binary, binary) :: {:ok, any} | error | fatal
get_all_with_values(device_id)

Specs

get_all_with_values(binary) ::
  {:ok, %{key: Atom}} |
  error |
  fatal