diff --git a/backend/routers/devices.py b/backend/routers/devices.py index 7dc08c0..988859a 100644 --- a/backend/routers/devices.py +++ b/backend/routers/devices.py @@ -15,7 +15,7 @@ router = APIRouter() _VALID_TYPES = { "server", "switch", "router", "nas", "gateway", "livebox", "access_point", "camera", "temperature", "sensor", "hub", "smart_plug", "alarm", "light", - "doorbell", "desktop", "laptop", "other", + "doorbell", "desktop", "laptop", "smart_tv", "printer", "smartphone", "other", } _VALID_VIRT_TYPES = {None, "baremetal", "lxc", "qemu"}