forked from amkovkov/GranuSightSoftware2
Первый коммит
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"AmineContentCalibrationDatabasePath": "AmineContentCalibration.db"
|
||||
},
|
||||
"Hardware": {
|
||||
"Illuminator": {
|
||||
"WhitePwmPin": 13,
|
||||
"Uv254PwmPin": 18,
|
||||
"Uv365PwmPin": 12,
|
||||
"WhiteRelayPin": 16,
|
||||
"Uv254RelayPin": 15,
|
||||
"Uv365RelayPin": 20,
|
||||
"FanPin": 21,
|
||||
"PwmFrequency": 200,
|
||||
"MaxWhitePwmDuty": 1.0,
|
||||
"MaxUv254PwmDuty": 1.0,
|
||||
"MaxUv365PwmDuty": 1.0
|
||||
},
|
||||
"TemperatureHumidity": {
|
||||
"Bus": 0,
|
||||
"Address": 68
|
||||
},
|
||||
"Lights": {
|
||||
"ServerAddress": "localhost:50051"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user