Particle Api Client v0.1.1 Particle.Functions

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

Summary

Types

error :: {:error, binary, Integer}
fatal :: {:error, binary}
t :: %Particle.Functions{connected: Boolean, id: binary, name: binary, return_value: Integer}

Functions

post(device_id, function_name, argument)

Specs

post(binary, binary, binary) ::
  {:ok, any} |
  error |
  fatal