11 lines
222 B
Python
11 lines
222 B
Python
|
"""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"
|