From 75b77ba6388b3310f1bd956c930016f358ffeb8d Mon Sep 17 00:00:00 2001 From: KwanghoKim Date: Fri, 1 Dec 2023 15:01:58 +0900 Subject: [PATCH] edit typo --- cnt_collector_485.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnt_collector_485.py b/cnt_collector_485.py index 90ee33a..4e9aa5b 100644 --- a/cnt_collector_485.py +++ b/cnt_collector_485.py @@ -92,9 +92,9 @@ def Read_Temperature(client, ch_num): print(f'Temperature Err: {ch_num} \n {result}') data = { - "accetCode": info['mqtt']['assetCode'], + "assetCode": info['mqtt']['assetCode'], "timestamp": int(time.time()), - "datatype": "DATA", + "dataTsype": "DATA", "data": { name: value }