update ALLOWED_SERVICES (#1222)
This commit is contained in:
parent
cae87fcdf7
commit
25ab9c962d
@ -10,14 +10,18 @@ from ks_includes.screen_panel import ScreenPanel
|
|||||||
# Same as ALLOWED_SERVICES in moonraker
|
# Same as ALLOWED_SERVICES in moonraker
|
||||||
# https://github.com/Arksine/moonraker/blob/master/moonraker/components/machine.py
|
# https://github.com/Arksine/moonraker/blob/master/moonraker/components/machine.py
|
||||||
ALLOWED_SERVICES = (
|
ALLOWED_SERVICES = (
|
||||||
"crowsnest",
|
"klipper_mcu",
|
||||||
|
"webcamd",
|
||||||
"MoonCord",
|
"MoonCord",
|
||||||
"moonraker",
|
|
||||||
"moonraker-telegram-bot",
|
|
||||||
"klipper",
|
"klipper",
|
||||||
"KlipperScreen",
|
"KlipperScreen",
|
||||||
|
"moonraker",
|
||||||
|
"moonraker-telegram-bot",
|
||||||
|
"moonraker-obico",
|
||||||
"sonar",
|
"sonar",
|
||||||
"webcamd",
|
"crowsnest",
|
||||||
|
"octoeverywhere",
|
||||||
|
"ratos-configurator",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user