Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlCommand ¶
type ControlCommand struct {
Tilt int `short:"t" long:"tilt" description:"Tilt degrees"`
Pan int `short:"p" long:"pan" description:"Pan degrees"`
Reset bool `short:"r" long:"reset" description:"Reset pan/tilt"`
}
func NewControlCommand ¶
func NewControlCommand() *ControlCommand
func (*ControlCommand) Execute ¶
func (c *ControlCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.