1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-31 19:11:18 +01:00

fix(dm): add constants.py

This commit is contained in:
2025-09-02 15:05:06 +02:00
committed by Jan Wyzula
parent b26a568b57
commit e618c56c11

View File

@@ -0,0 +1,5 @@
from typing import Final
# Denotes a MIME type for JSON-encoded list of device config dictionaries
MIME_DEVICE_CONFIG: Final[str] = "application/x-bec_device_config"
CONFIG_DATA_ROLE: Final[int] = 118