Fix Cove workstation/server type heuristic

This commit is contained in:
Ivo Oskamp 2026-02-23 11:17:38 +01:00
parent a0abd3d58e
commit 06abd8c7a3

View File

@ -28,7 +28,7 @@ _COVE_DATASOURCE_LABELS = {
}
_COVE_M365_CODES = {"D19", "D20", "D05", "D5", "D23"}
_COVE_SERVER_CODES = {"D02", "D2", "D10", "D11"}
_COVE_SERVER_CODES = {"D10", "D11"}
def _parse_cove_datasource_codes(raw: str | None) -> list[str]: