SkillAgentSearch skills...

Luxor

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

Install / Use

/learn @scottlamb/Luxor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks5

Languages

Go

Security Score

75/100

Audited on May 11, 2024

No findings