From 8a6714564863ed23a4d1ace458e43474026cd73f Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:16:53 -0800 Subject: [PATCH] Update spoolman.md --- docs/widgets/services/spoolman.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/widgets/services/spoolman.md b/docs/widgets/services/spoolman.md index 9dea81001..5baa9268e 100644 --- a/docs/widgets/services/spoolman.md +++ b/docs/widgets/services/spoolman.md @@ -5,13 +5,11 @@ description: Spoolman Widget Configuration Learn more about [Spoolman](https://github.com/Donkie/Spoolman). -4 spools are displayed by default. If more than 4 spools are configured in spoolman you can use the spoolIds configuration option to filter for spools by their id. +4 spools are displayed by default. If more than 4 spools are configured in spoolman you can use the spoolIds configuration option to control which are displayed. ```yaml widget: type: spoolman url: http://spoolman.host.or.ip - spoolIds: - - 1 - - 4 + spoolIds: [1, 2, 3, 4] # optional ```