8 lines
223 B
Python
8 lines
223 B
Python
|
"""Constants for the NASweb integration."""
|
||
|
|
||
|
DOMAIN = "nasweb"
|
||
|
MANUFACTURER = "chomtech.pl"
|
||
|
STATUS_UPDATE_MAX_TIME_INTERVAL = 60
|
||
|
SUPPORT_EMAIL = "support@chomtech.eu"
|
||
|
WEBHOOK_URL = "{internal_url}/api/webhook/{webhook_id}"
|