From d90b463a8d7d2baba20870b492f9d555a1a897ea Mon Sep 17 00:00:00 2001 From: Davide Andreolli Date: Thu, 21 Dec 2023 14:45:05 +0000 Subject: [PATCH] fix: fixed conflict of mqtt topics and can for network inverter --- topics_tree.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics_tree.jsonc b/topics_tree.jsonc index e85a161..c8890ee 100644 --- a/topics_tree.jsonc +++ b/topics_tree.jsonc @@ -81,7 +81,7 @@ "alias": "DataBms", "description": "Protobuffer data of bms network" }, - "inverter": { + "inverters": { "alias": "DataInverter", "description": "Protobuffer data of inverter network" },