Chromecast API wrapper for Electron applications
MarshallOfSound on v1.1.0
(compare)
MarshallOfSound on master
1.1.0 (compare)
serviceUp(service) { // do nothing console.log('service up', this.normalizeService(service)); // eslint-disable-line no-console } normalizeService(service) { const normalized = {}; // ... other code return normalized; }
serviceUp
this.emit('serviceUp', service)