9 lines
435 B
Python
9 lines
435 B
Python
"""Tests for the Open Thread Border Router integration."""
|
|
BASE_URL = "http://core-silabs-multiprotocol:8081"
|
|
CONFIG_ENTRY_DATA = {"url": "http://core-silabs-multiprotocol:8081"}
|
|
DATASET = bytes.fromhex(
|
|
"0E080000000000010000000300001035060004001FFFE00208F642646DA209B1C00708FDF57B5A"
|
|
"0FE2AAF60510DE98B5BA1A528FEE049D4B4B01835375030D4F70656E5468726561642048410102"
|
|
"25A40410F5DD18371BFD29E1A601EF6FFAD94C030C0402A0F7F8"
|
|
)
|