I am unsure how to code this into a python file using json dump.
I have a text header “ProbeHum”
then the actual data for “ProbeHum” = humidity
I think I have my head around the code: I am not sure how to code the text header from the numeric data
In the below code. “ProbeHum” is an unchanging text header.
humidity is data that canges each time the file is run, not text. I am having trouble coding it so it writes out the actual numeric data.
Dictionary = "ProbeHum" : "humidity",
7