„configs.py“ ändern

This commit is contained in:
Manuel Kamper 2023-01-09 13:55:11 +00:00
parent 5a7120c911
commit f283121822
1 changed files with 17 additions and 16 deletions

View File

@ -1,17 +1,18 @@
configs = {
'country': 'AT',
'ntp_host': 'pool.ntp.org',
'gmt_offset': 1,
'auto_summertime': True,
'disable_wifi_powersavingmode': True,
'api_port': 80,
'hostname': 'tcs2fhem',
'displayoff': 5,
'log_incoming_bus_messages': True,
'log_housekeeping_days': 7,
'frontdoor_ringing_message': 'abc',
'door_ringing_message': 'cdf',
'door_trigger_message': 'aaa',
'light_trigger_message': 'bbb',
'api_client_ip': '10.0.3.5',
configs = {
'country': 'AT',
'ntp_host': 'pool.ntp.org',
'gmt_offset': 1,
'auto_summertime': True,
'disable_wifi_powersavingmode': True,
'api_port': 80,
'hostname': 'tcs2fhem',
'displayoff': 5,
'log_incoming_bus_messages': True,
'log_housekeeping_days': 7,
'frontdoor_ringing_message': [1, 2, 2, 0, 0, 1],
'door_ringing_message': [1, 2, 2, 0, 0, 2],
'door_trigger_message': [1, 2, 2, 0],
'light_trigger_message': [1, 2, 2, 1],
'tcs_message': [1, 2, 2, 0, 1],
'api_client_ip': '10.0.3.5',
}