Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var sock = new tv.HTSPSocket();
- sock.on('hello', function(msg) {
- this.enableAsync();
- });
- sock.on('channelAdd', function(msg) {
- console.log('channelAdd: ' + msg.channelName);
- });
- sock.open();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement