removed some ai garbage, moved json output to new json folder.
!!! temperaturSensor.py is incompatible with the webserver !!! !!! fix asap !!!
This commit is contained in:
parent
3226ed29ec
commit
9bf8f089b6
6 changed files with 9 additions and 15 deletions
30
sensors/json/ky015_data.json
Normal file
30
sensors/json/ky015_data.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"id": "sensor_002/3",
|
||||
"type": "environment",
|
||||
"unit": {
|
||||
"temperature": "°C",
|
||||
"humidity": "%"
|
||||
},
|
||||
"reading": [
|
||||
{
|
||||
"ts": 1748436535,
|
||||
"temperature": 24.7,
|
||||
"humidity": 58
|
||||
},
|
||||
{
|
||||
"ts": 1748436538,
|
||||
"temperature": 24.6,
|
||||
"humidity": 58
|
||||
},
|
||||
{
|
||||
"ts": 1748436541,
|
||||
"temperature": 24.7,
|
||||
"humidity": 58
|
||||
},
|
||||
{
|
||||
"ts": 1748436544,
|
||||
"temperature": 24.7,
|
||||
"humidity": 59
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue