From a179f05921d72cf6f523a2000a8e03c04b968b57 Mon Sep 17 00:00:00 2001 From: KwanghoKim Date: Fri, 1 Dec 2023 15:05:29 +0900 Subject: [PATCH] edit typo2 --- cnt_collector_485.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnt_collector_485.py b/cnt_collector_485.py index 4e9aa5b..87f927c 100644 --- a/cnt_collector_485.py +++ b/cnt_collector_485.py @@ -94,7 +94,7 @@ def Read_Temperature(client, ch_num): data = { "assetCode": info['mqtt']['assetCode'], "timestamp": int(time.time()), - "dataTsype": "DATA", + "dataType": "DATA", "data": { name: value }