Files
core/tests/components/smlight/fixtures/info.json
TimL 9eb383f314 Bump Pysmlight to v0.2.0 (#136886)
* Bump pysmlight to v0.2.0

* Update info.json fixture with radios list

* Update diagnostics snapshot
2025-01-30 12:11:40 +02:00

32 lines
656 B
JSON

{
"coord_mode": 0,
"device_ip": "192.168.1.161",
"fs_total": 3456,
"fw_channel": "dev",
"legacy_api": 0,
"hostname": "SLZB-06p7",
"MAC": "AA:BB:CC:DD:EE:FF",
"model": "SLZB-06p7",
"ram_total": 296,
"sw_version": "v2.3.6",
"wifi_mode": 0,
"zb_flash_size": 704,
"zb_channel": 0,
"zb_hw": "CC2652P7",
"zb_ram_size": 152,
"zb_version": "20240314",
"zb_type": 0,
"radios": [
{
"chip_index": 0,
"zb_hw": "CC2652P7",
"zb_version": "20240314",
"zb_type": 0,
"zb_channel": 0,
"zb_ram_size": 152,
"zb_flash_size": 704,
"radioModes": [true, true, true, false, false]
}
]
}