Particle Api Client v0.2.0 Particle.Functions View Source

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Particle.Functions{connected: Boolean, id: binary(), name: binary(), return_value: Integer}

Link to this section Functions

Link to this function post(device_id, function_name, argument) View Source
post(binary(), binary(), binary()) :: {:ok, any()} | Error.t()