api

package
v0.0.0-...-c3e7047 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2017 License: GPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(r *goji.Mux, s *controller.Strips)

Types

type DurationOnlyRequest

type DurationOnlyRequest struct {
	DurationSeconds float64 `json:"durationSeconds"`
}

TODO: validate request

type MultiColorRequest

type MultiColorRequest struct {
	HSI             []controller.HSI `json:"hsi"`
	DurationSeconds float64          `json:"durationSeconds"`
}

TODO: validate request

type SingleColorRequest

type SingleColorRequest struct {
	HSI             controller.HSI `json:"hsi"`
	DurationSeconds float64        `json:"durationSeconds"`
}

TODO: validate request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL