2019-11-09 13:34:49 +00:00
|
|
|
{
|
2019-11-14 14:45:32 +00:00
|
|
|
"Telemetry": {
|
2020-01-11 14:46:27 +00:00
|
|
|
"Publisher": "Disk",
|
2019-11-26 18:24:27 +00:00
|
|
|
"ServiceEnabled": true,
|
2019-11-24 16:40:42 +00:00
|
|
|
"PublishInterval": 3000,
|
2020-01-24 14:21:43 +00:00
|
|
|
"ConnectionString": "FileName=nucucar.telemetry;FileExtension=txt;Separator=\n"
|
2019-11-14 14:45:32 +00:00
|
|
|
},
|
2021-08-02 18:13:59 +00:00
|
|
|
"Bme680Sensor": {
|
2019-12-14 14:31:32 +00:00
|
|
|
"Enabled": true,
|
2021-08-01 17:35:54 +00:00
|
|
|
"Telemetry": true
|
2019-11-11 15:58:46 +00:00
|
|
|
},
|
2021-08-02 18:13:59 +00:00
|
|
|
"CpuTemperatureSensor": {
|
2019-12-29 12:10:58 +00:00
|
|
|
"Enabled": true,
|
2021-08-01 17:35:54 +00:00
|
|
|
"Telemetry": true
|
2019-12-29 12:10:58 +00:00
|
|
|
},
|
2020-10-24 13:06:04 +00:00
|
|
|
"HeartbeatSensor": {
|
2021-10-03 20:37:53 +00:00
|
|
|
"Enabled": true,
|
2021-08-01 17:35:54 +00:00
|
|
|
"Telemetry": true
|
2020-10-24 13:06:04 +00:00
|
|
|
},
|
2021-04-25 15:40:56 +00:00
|
|
|
"Pms5003Sensor": {
|
2021-04-25 20:33:12 +00:00
|
|
|
"Enabled": true,
|
2021-08-01 17:35:54 +00:00
|
|
|
"Telemetry": true
|
2021-04-25 15:40:56 +00:00
|
|
|
},
|
2019-11-09 13:34:49 +00:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
2019-11-10 12:38:40 +00:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Kestrel": {
|
|
|
|
"EndpointDefaults": {
|
|
|
|
"Protocols": "Http2"
|
|
|
|
},
|
|
|
|
"EndPoints": {
|
2020-08-09 09:49:36 +00:00
|
|
|
"Http": {
|
|
|
|
"Url": "http://0.0.0.0:8000"
|
2019-11-10 12:38:40 +00:00
|
|
|
}
|
|
|
|
}
|
2019-11-09 13:34:49 +00:00
|
|
|
}
|
2019-11-10 12:38:40 +00:00
|
|
|
}
|