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
| showDebugPalette <br> `false`| Shows the Vibrant output as a palette in the web console. <br /><br /> <imgalt="Debug palette"src=".github/content/readme/image-debugpalette.png"width="80%"> |
124
127
| userDataMaxAge <br> `14400`| (Seconds) The time in seconds of user data TTL. If set to 0, its updated everytime that the player goes to idle, as user data rarely changes, this allows a middle ground between updating always and only on boot |
125
128
| userAffinityMaxAge <br> `36000`| (Seconds) The time in seconds of affinity data TTL. If set to 0, its updated everytime that the player goes to idle, as user data rarely changes, this allows a middle ground between updating always and only on boot |
129
+
| deviceFilter <br> `list[]`| List of device names to filter from the module, by default, its an inclusion list, you can change this using `deviceFilterExclude` (making it an exclusion list). When a filtered device plays `displayWhenEmpty` shows. Example: `["Sonos Bedroom", "DESKTOP-ABCD123"]`|
130
+
| deviceFilterExclude <br> `false`| Inverts the `deviceFilter` list, making it exclude devices |
131
+
| filterNoticeSubtitle <br> `true`| Changes the subtitle of `displayWhenEmpty`, to not show a false status if the `deviceFilter` is set |
0 commit comments