Property

tasmota

Property Name Type Description Required
firmware TasmotaFirmware
friendly_names string, array
module string
network TasmotaNetwork
wifi TasmotaWifi

TasmotaFirmware

Property Name Type Description Required
build_date string Yes
core string Yes
sdk string Yes
version string Yes

TasmotaNetwork

Property Name Type Description Required
hostname string Yes
ip_address string Yes
mac_address string Yes

TasmotaWifi

Property Name Type Description Required
bssid string
ssid string Yes


↑ TopExample
{
    "firmware": {
        "build_date": "2019-10-02T07:35:41",
        "core": "2_4_2",
        "version": "6.6.0(sonoff)",
        "sdk": "2.2.1(cfd48f3)"
    },
    "network": {
        "hostname": "INSECURE-sonoff_gold",
        "ip_address": "192.168.88.59",
        "mac_address": "84:F3:EB:3E:4E:23"
    },
    "friendly_names": [
        "YOUR TASMOTA DEVICE IS OPEN TO T"
    ],
    "wifi": {
        "ssid": "debreceni_gold",
        "bssid": "6C:3B:6B:54:ED:C8"
    }
}