From 54667573f2aa64c3e99d6c3851f1251a55d0e3e0 Mon Sep 17 00:00:00 2001
From: Sebastian Muszynski <basti@linkt.de>
Date: Mon, 30 Dec 2024 10:16:20 +0100
Subject: [PATCH] Add Qx protocol requests

---
 tests/esp8266-test-protocols.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/tests/esp8266-test-protocols.yaml b/tests/esp8266-test-protocols.yaml
index 7d824ef..6f21b7a 100644
--- a/tests/esp8266-test-protocols.yaml
+++ b/tests/esp8266-test-protocols.yaml
@@ -119,6 +119,19 @@ interval:
       - delay: 1s
       - uart.write: [0x51, 0x4D, 0x4F, 0x44, 0x0D]  # QMOD\r
 
+      # Qx
+      - logger.log:
+          level: INFO
+          format: "Testing unsupported Qx commands..."
+      - uart.write: [0x51, 0x31, 0x0D]  # Q1\r
+      - delay: 1s
+      - uart.write: [0x51, 0x32, 0x0D]  # Q2\r
+      - delay: 1s
+      - uart.write: [0x51, 0x34, 0x0D]  # Q4\r
+      - delay: 1s
+      - uart.write: [0x51, 0x36, 0x0D]  # Q6\r
+      - delay: 1s
+
       - logger.log:
           level: INFO
           format: "Done. Repeating..."