mirror of
https://github.com/home-assistant/core.git
synced 2026-08-21 22:01:05 +01:00
* Update Info fixture with new fields from pysmlight 0.0.14 * Create repair if device is running unsupported firmware * Add test for legacy firmware info * Add strings for repair issue
19 lines
367 B
JSON
19 lines
367 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_hw": "CC2652P7",
|
|
"zb_ram_size": 152,
|
|
"zb_version": -1,
|
|
"zb_type": -1
|
|
}
|