Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendTimelapseRequest ¶
func SendTimelapseRequest(from, to time.Time, timelapse appbackend.Timelapse) error
Types ¶
type TimelapseRequest ¶
type TimelapseRequest struct { ID uuid.UUID `json:"id"` Token string `json:"token"` Frames []appbackend.TimelapseFrame `json:"timelapseFrames"` Plant appbackend.Plant `json:"plant"` Box appbackend.Box `json:"box"` Device *appbackend.Device `json:"device,omitempty"` }
Click to show internal directories.
Click to hide internal directories.