UNPKG

nodebmc

Version:

A XBMC RPC client for node.js

8 lines (6 loc) 161 B
xbmc = require('../'); var browser = new xbmc.Browser(); browser.on('deviceOn', function(device){ device.player('Player.PlayPause', function(){ }); });