1.0.13 • Published 7 years ago

homecloud-controller v1.0.13

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago