You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this library. It works perfectly for me, although I don't understand how it actually communicates with the TV. But that doesn't matter, I have a working Node-RED interface.
What I use is the lgtv-toast node and then what I really wanted is to be able to define the icon. Eventually I found a Python library pylgtv which did exactly what I needed, but not in Node-RED. So I updated my local copy of lgtv-toast.js with two lines just before node.tvConn.request(...:
payload.iconData = msg.iconData;
payload.iconExtension = 'PNG';
With the right data this works and shows the icon, but it's a proper bodge and doesn't have any flexibility or error checking.
If you have the time, would you please consider reviewing this option and adding the feature correctly because I think there are other people who would find it very useful.
Many thanks.
The text was updated successfully, but these errors were encountered:
Thank you for this library. It works perfectly for me, although I don't understand how it actually communicates with the TV. But that doesn't matter, I have a working Node-RED interface.
What I use is the lgtv-toast node and then what I really wanted is to be able to define the icon. Eventually I found a Python library pylgtv which did exactly what I needed, but not in Node-RED. So I updated my local copy of lgtv-toast.js with two lines just before node.tvConn.request(...:
payload.iconData = msg.iconData;
payload.iconExtension = 'PNG';
With the right data this works and shows the icon, but it's a proper bodge and doesn't have any flexibility or error checking.
If you have the time, would you please consider reviewing this option and adding the feature correctly because I think there are other people who would find it very useful.
Many thanks.
The text was updated successfully, but these errors were encountered: