V0.6.0 Arroyo Toad
This commit is contained in:
46
Config/debug.json
Normal file
46
Config/debug.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"version": 1,
|
||||
"environments": [
|
||||
{
|
||||
"name": "Alpha",
|
||||
"physicalData": [
|
||||
{
|
||||
"dataType": "Temperature",
|
||||
"value": 293.15
|
||||
},
|
||||
{
|
||||
"dataType": "Humidity",
|
||||
"value": 30.0
|
||||
}
|
||||
],
|
||||
"devices": [
|
||||
{
|
||||
"dataType": "Temperature",
|
||||
"realSensors": true,
|
||||
"number": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Yota",
|
||||
"physicalData": [
|
||||
{
|
||||
"dataType": "Temperature",
|
||||
"value": 294.15
|
||||
},
|
||||
{
|
||||
"dataType": "Humidity",
|
||||
"value": 30.0
|
||||
}
|
||||
],
|
||||
"devices": [
|
||||
{
|
||||
"dataType": "Humidity",
|
||||
"realSensors": true,
|
||||
"number": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user