From acd0adce32e5c3c3ea7e6b3329a6e86fb9d96801 Mon Sep 17 00:00:00 2001 From: Akulatraxas <103323+Akulatraxas@users.noreply.github.com> Date: Sun, 26 May 2024 20:08:24 +0200 Subject: [PATCH] Removed stray ";" that stopped consumption from working for hg08673 (#7779) --- devices/lidl/hg08673.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/lidl/hg08673.json b/devices/lidl/hg08673.json index 5c9a9b0462..b2acf20c6d 100644 --- a/devices/lidl/hg08673.json +++ b/devices/lidl/hg08673.json @@ -181,7 +181,7 @@ "at": "0x0000", "cl": "0x0702", "ep": 1, - "eval": "Item.val = Attr.val * 10;" + "eval": "Item.val = Attr.val * 10" } }, {