...
Expand | ||
---|---|---|
| ||
This means refining the APPidList function. That would involve looping through the list and removing white space from each ID: Concepts: |
Expand | |||||
---|---|---|---|---|---|
| |||||
Add intuitive Custom Logging for your component to increase visibility into processing and adding meaningful messages to help with troubleshooting. You can see an example of this in main.lua on line 25:
Try it for yourself! See Concatenating strings for a quick explanation on the double-dot notation. |
Expand | ||
---|---|---|
| ||
Add Custom Status for your component to have it display real time updates at the bottom of the component card as its running. This component already creates custom status on lines 31-36 of main.lua. Try it for yourself! |
...