Added support for extra query (fixes #11)

This commit is contained in:
ElVit 2025-07-16 16:17:43 +02:00
parent 3753b3d475
commit 043eefdf4b
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace esphome
break;
case 0x71:
msgType = "polling_" + msgType;
if (data[3] == 0x21) msgType = "extra_" + msgType;
break;
case 0xF1:
msgType = "command_" + msgType;