Skip to content

teverett/kspa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateEnum.ON CI

KSpa

A Java library for using the Arctic Spa's API. API details are here.

License

KSpa is licensed under the 2-Clause BSD license.

Maven Coordinates

<groupId>com.khubla.kspa</groupId>
<artifactId>kspa</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>

Usage

The class "com.khubla.kspa.Spa" is the entry point. Simply pass it an API key in the ctor and call the methods.

Spa spa = new Spa("abc123");
Status status = spa.getStatus();
System.out.println("Temperature :"+status.getTemperature());
Spa spa = new Spa("abc123");
spa.setLights(StateEnum.ON);
spa.setBlower(2, StateEnum.ON);

About

Java API for Arctic Spa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages