From 3ff93b4124817177c5f5ac43d5fb3c33276657b3 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sat, 27 Dec 2025 14:54:13 +0100 Subject: [PATCH] what- --- rpi/hardware/light/lora_light_sensor_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/hardware/light/lora_light_sensor_reader.py b/rpi/hardware/light/lora_light_sensor_reader.py index f47e667b..97bb6e8b 100644 --- a/rpi/hardware/light/lora_light_sensor_reader.py +++ b/rpi/hardware/light/lora_light_sensor_reader.py @@ -22,6 +22,6 @@ class LoraLightSensorReader(SerialReader): if match: try: data = json.loads(match.group()) - print("Received JSON:", data) + self.__notify(str(data)) except json.JSONDecodeError: print("Received invalid JSON:", match.group()) \ No newline at end of file