matjanfedev
Results
1
issues of
matjanfedev
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...