improve chromecast
This commit is contained in:
parent
f21a13f50a
commit
ab774d7eeb
6 changed files with 64 additions and 16 deletions
|
@ -21,4 +21,12 @@ CiderCastController.prototype.sendIp = function(ip) {
|
|||
this.request(data);
|
||||
};
|
||||
|
||||
CiderCastController.prototype.kill = function() {
|
||||
// TODO: Implement Callback
|
||||
let data = {
|
||||
action : "stop"
|
||||
}
|
||||
this.request(data);
|
||||
};
|
||||
|
||||
module.exports = CiderCastController;
|
Loading…
Add table
Add a link
Reference in a new issue