hyttysmyrkky / node-red-contrib-vestel-tv

Node-RED nodes to control a Vestel TV (possibly sold as ProCaster, Toshiba, Hitachi, Sharp, JVC, Bush, Alba, Panasonic, Medion, Finlux etc.)
Apache License 2.0
8 stars 2 forks source link

npm module? #2

Open peternewman opened 6 months ago

peternewman commented 6 months ago

Have you considered making an npm module of just the raw API? I found this, but it uses the Telnet port which my model doesn't have: https://www.npmjs.com/package/vestel-tv-api

I was thinking of making a module for Bitfocus Companion: https://bitfocus.io/companion

And it would be nice to avoid reinventing the wheel!

hyttysmyrkky commented 5 months ago

Have you considered making an npm module of just the raw API?

Not yet really, but sounds like a good idea.

So you're probably not interested in Node-red at all? So the new npm module would be essentially containing only tv model specific path/url + port + maybe the existing keycode_map? (Or was there something else... has been a long time since I looked at this)

Would you have time to work on this?