10 lines
236 B
Python
10 lines
236 B
Python
"""Constants for the Medcom BLE integration."""
|
|
|
|
DOMAIN = "medcom_ble"
|
|
|
|
# 5 minutes scan interval, which is perfectly
|
|
# adequate for background monitoring
|
|
DEFAULT_SCAN_INTERVAL = 300
|
|
|
|
# Units for the radiation monitors
|
|
UNIT_CPM = "CPM"
|