diff --git a/tasmota/xdrv_23_zigbee_A_impl.ino b/tasmota/xdrv_23_zigbee_A_impl.ino index 04bfbd3ec..224e0ee6a 100644 --- a/tasmota/xdrv_23_zigbee_A_impl.ino +++ b/tasmota/xdrv_23_zigbee_A_impl.ino @@ -1715,10 +1715,13 @@ void ZigbeeShow(bool json) WSContentSend_PD(PSTR( "" - "%s" // name + "%s" // name "%s" // sbatt (Battery Indicator) "
" // slqi - ), name, sbatt, slqi); + ), shortaddr, + device.modelId ? device.modelId : "", + device.manufacturerId ? device.manufacturerId : "", + name, sbatt, slqi); if(device.validLqi()) { for(uint32_t j = 0; j < 4; ++j) {