Skip to content

Commit 8a67145

Browse files
committed
Update spoolman.md
1 parent a2e139e commit 8a67145

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/widgets/services/spoolman.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ description: Spoolman Widget Configuration
55

66
Learn more about [Spoolman](https://github.com/Donkie/Spoolman).
77

8-
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.
8+
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.
99

1010
```yaml
1111
widget:
1212
type: spoolman
1313
url: http://spoolman.host.or.ip
14-
spoolIds:
15-
- 1
16-
- 4
14+
spoolIds: [1, 2, 3, 4] # optional
1715
```

0 commit comments

Comments
 (0)