Announcement

Collapse
No announcement yet.

hsClient JSON client updated for HS4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hsClient JSON client updated for HS4

    hsClient, a Java client for HomeSeer has been updated for HS4. The latest is here:

    https://github.com/teverett/hsclient

    In addition to HS4 support, hsClient now supports a multithreaded poller for notification-based applications, and a couple new API's to make walking the device tree a little easier.

    Maven co-ordinates are:

    Code:
    <dependency>[INDENT]<groupId>com.khubla.hsclient</groupId>
    <artifactId>hsclient</artifactId>
    <version>1.11</version>[/INDENT]
      </dependency>
Working...
X