From bdf46ef989018913a6fdd8d9f29ecfbf1782ea23 Mon Sep 17 00:00:00 2001 From: Roberto Bonacina Date: Sat, 5 Feb 2022 16:16:48 +0100 Subject: [PATCH] Fix: add "USE_CM110x" to decode-status.py When the CM110x integration has been added, the decode-status.py a_features array was not updated accordingly. Signed-off-by: Roberto Bonacina --- tools/decode-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/decode-status.py b/tools/decode-status.py index 6eae490bb..1988fbb06 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -262,7 +262,7 @@ a_features = [[ "USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","USE_INFLUXDB", "USE_HRG15","USE_VINDRIKTNING","USE_SCD40","USE_HM330X", "USE_HDC2010","USE_LSC_MCSL","USE_SONOFF_SPM","USE_SHIFT595", - "USE_SDM230","","","", + "USE_SDM230","USE_CM110x","","", "","","","", "","","","" ]]