GladysProject/Gladys

View on GitHub
server/services/google-cast/lib/google_cast.init.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @description Scan the network to find IP addresses of Google Cast.
 * @example init();
 */
async function init() {
  await this.scan();
}

module.exports = {
  init,
};