hass-core/tests/components/iskra/const.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
222 B
Python
Raw Normal View History

"""Constants used in the Iskra component tests."""
SG_MODEL = "SG-W1"
PQ_MODEL = "MC784"
SERIAL = "XXXXXXX"
HOST = "192.1.0.1"
MODBUS_PORT = 10001
MODBUS_ADDRESS = 33
USERNAME = "test_username"
PASSWORD = "test_password"