Particle Api Client v0.1.5 Particle.Functions

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

Summary

Types

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.t