merdok / homebridge-webos-tv

Homebridge plugin for LG webOS TVs
MIT License
656 stars 88 forks source link

Added ability to send json string in cli #511

Closed wondertwins closed 9 months ago

wondertwins commented 9 months ago

This is useful for testing applications than accept parameters.

For instance: com.webos.app.photovideo '{"payload":[{"fullPath":"https://media.w3.org/2010/05/sintel/trailer.mp4","mediaType": "VIDEO","deviceType": "DMR"}]}'

Launches the Photos and Video app and plays an MP4 File.

merdok commented 9 months ago

Hi, thanks for the PR! That would certainly be a good feature. Coul you just please remove the .DS_Store files which sneaked into the commit?

wondertwins commented 9 months ago

Thank you!

merdok commented 9 months ago

Thanks!