1.0.13 • Published 9 years ago

homecloud-controller v1.0.13

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

homecloud-controller

API for the controller communication with the cloud server using the homecloud protocol

##Documentation For documentation on how to use the API, refer to this

##Usage Here's an example, sending a message and listening for a notification:

var home = new Homecloud({
    username: "login123",
    password: "pass123",
    websocket: {
        address: "ws://localhost:8092/ws"
    },
    address: "http://localhost:8093"
});

home.onAction((message) => {
    //Received action! 
});

home.getRules((message) => {
    //Got rules
});
1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago