Skip to content

scottlamb/luxor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go (#golang) library for controlling an FX Luminaire Luxor ZD landscape lighting system via its wifi module protocol. Provides a typesafe RPC interface which abstracts away HTTP and JSON handling via methods of the form:

Method(ctx context.Context, req *MethodRequest) (*MethodResponse, error)

Get started with:

go get github.com/scottlamb/luxor
godoc github.com/scottlamb/luxor/protocol
godoc github.com/scottlamb/luxor/client

or browse the godoc online.

See illuminate_all.go for a simple example client.

About

Go library for controlling an FX Luminaire Luxor ZD landscaping lighting system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages