chore: update base host group name from "Baustellen-Devices" to "Roadwork" in code, tests, and documentation

This commit is contained in:
Andreas Hilbig 2026-01-27 15:55:09 +01:00
parent 19cddd1ffb
commit 6312c3a2f7
8 changed files with 66 additions and 49 deletions

View file

@ -13,6 +13,6 @@ query AllHostGroups($search_name: String) {
### Variables
```json
{
"search_name": "Baustellen-Devices/*"
"search_name": "Roadwork/*"
}
```