1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-12-30 10:41:18 +01:00

fix(dm): add constants.py

This commit is contained in:
2025-09-02 15:05:06 +02:00
committed by wyzula-jan
parent 48b854a9ab
commit 6af2b09f19

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