Particle Api Client v0.1.0
Particle.Functions
This module defines the actions that can be taken on the Functions endpoint.
Types
error :: {:error, binary, Integer}
fatal :: {:error, binary}
t :: %Particle.Functions{connected: Boolean, id: binary, name: binary, return_value: Integer}
Functions
Specs
post(binary, binary, binary) ::
{:ok, any} |
error |
fatal