1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-10 08:42:12 +02:00

fix(dm): add constants.py

This commit is contained in:
2025-09-02 15:05:06 +02:00
committed by wyzula-jan
parent 03441e93d0
commit 7f77b9b9f4
@@ -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