Skip to content

psubrownie/plum-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plum-api

Java API for Plum Lightpad

Usage: PlumContext ctx = new PlumContext("email", "password"); List houses = HouseService.getHouses(ctx);

String sid = "xxx-xxxxx"; HouseService.triggerScene(ctx, sid);

Base work was done by mikenemat at https://github.com/mikenemat/plum-probe It took me a lot of work to reverse engineer this. Please share credit if you reuse the code.

About

Java API for Plum Lightpad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages