SystemControl: inputBrightness = 30
This commit is contained in:
parent
c49185913d
commit
9c5c9c2c2f
66
etc/atb/SystemControl.ini
Normal file
66
etc/atb/SystemControl.ini
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
[AT_TASKS]
|
||||||
|
1\arguments=restart, atbapp
|
||||||
|
1\envs=
|
||||||
|
1\hourOfDay=4
|
||||||
|
1\id=ATBAPP_RESTART
|
||||||
|
1\program=/bin/systemctl
|
||||||
|
2\arguments=restart, apism
|
||||||
|
2\envs=
|
||||||
|
2\hourOfDay=4
|
||||||
|
2\id=APISM_RESTART
|
||||||
|
2\program=/bin/systemctl
|
||||||
|
3\arguments=start, atbupdatetool
|
||||||
|
3\envs=
|
||||||
|
3\hourOfDay=1
|
||||||
|
3\id=PTU5UPDATE
|
||||||
|
3\program=/bin/systemctl
|
||||||
|
size=3
|
||||||
|
|
||||||
|
[BACKLIGHT]
|
||||||
|
SensorMax=3500
|
||||||
|
SensorMin=0
|
||||||
|
curve=1
|
||||||
|
dimLowValue=499
|
||||||
|
dimMax=100
|
||||||
|
dimMin=20
|
||||||
|
inputBrightness=30
|
||||||
|
|
||||||
|
[COMMON]
|
||||||
|
startBacklightController=true
|
||||||
|
startMQTTController=false
|
||||||
|
startMonitoringController=false
|
||||||
|
startSuspendController=false
|
||||||
|
|
||||||
|
[MONITORING]
|
||||||
|
http_dataFormat=HTTP
|
||||||
|
http_host=127.0.0.1
|
||||||
|
http_ignoreSslErrors=on
|
||||||
|
http_port=5000
|
||||||
|
http_protocol=http
|
||||||
|
http_service=
|
||||||
|
monitoring_heartbeatInterval=60
|
||||||
|
protocol=mqtt
|
||||||
|
useDeviceId=on
|
||||||
|
useRingbuffer=on
|
||||||
|
|
||||||
|
[MQTT]
|
||||||
|
mqtt_QoS=0
|
||||||
|
mqtt_TopicDeviceType=MP
|
||||||
|
mqtt_TopicPrefix=ATB
|
||||||
|
mqtt_TopicScheme=ATB_ISMAS
|
||||||
|
mqtt_debug=on
|
||||||
|
mqtt_host=mqtt2.atb-comm.de
|
||||||
|
mqtt_password=xyz123
|
||||||
|
mqtt_port=8883
|
||||||
|
mqtt_useSsl=on
|
||||||
|
mqtt_username=testuser
|
||||||
|
|
||||||
|
[NETWORKCHECK]
|
||||||
|
PingHost=google.com
|
||||||
|
networkRestart=/sbin/ifup -a
|
||||||
|
setOOO=off
|
||||||
|
useNetworkCheck=on
|
||||||
|
|
||||||
|
[SUSPEND]
|
||||||
|
program=/home/root/system_powerdown_wakeup.sh
|
||||||
|
suspendLoopTimerValue=8
|
Loading…
Reference in New Issue
Block a user