msloth / lgtv.js

Control LG WebOS TV using node.js
MIT License
249 stars 119 forks source link

http adress? #28

Closed nodoubtman closed 2 years ago

nodoubtman commented 2 years ago

router.get('/:volume', function (req, res) { var volume = Number(req.params.volume);

what would be the http adress:

my local host is : 192.168.0.163

so:

http://192.168.0.163:5555/volume=8

doesn to work

also http adresse for mute ?

Thanks :) Marc.