node-lgtv-api
node-lgtv-api copied to clipboard
Node.js API for the remote control of LG SmartTV (2012+)
Hey I've an problem with this lines: `function startTv(): void { const TvApi = require('node-lgtv-api'); const tvApi = new TvApi('192.168.1.192', '8080', '325887'); tvApi.setDebugMode(true); console.log(tvApi); tvApi.authenticate().then(() => { tvApi.processCommand(tvApi.TV_CMD_NUMBER_4, [], function...
Hi, I finally found solution to change e.g. picture presets. Please see my last comment at: https://community.home-assistant.io/t/lg-webos-change-picture-setting-mode-with-scripts/262915 Maybe this could be useful for your project as well? Thanks and regards...