Update config.json
This commit is contained in:
parent
d86c040bde
commit
2c7f77dc6e
1 changed files with 51 additions and 52 deletions
|
@ -7,7 +7,7 @@
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
|
|
||||||
"options": {
|
"options": {
|
||||||
"BTAddress": null,
|
"BTAddress": null,
|
||||||
"Password": "0000",
|
"Password": "0000",
|
||||||
"MIS_Enabled": 0,
|
"MIS_Enabled": 0,
|
||||||
"Plantname": "MyPlant",
|
"Plantname": "MyPlant",
|
||||||
|
@ -16,12 +16,11 @@
|
||||||
"Latitude": null,
|
"Latitude": null,
|
||||||
"Longitude": null,
|
"Longitude": null,
|
||||||
"CalculateMissingSpotValues": 1,
|
"CalculateMissingSpotValues": 1,
|
||||||
"DateTimeFormat": "%d/%m/%Y %H:%M:%S",
|
"DateTimeFormat": "%d/%m/%Y %H:%M:%S",
|
||||||
"DateFormat": "%d/%m/%Y",
|
"DateFormat": "%d/%m/%Y",
|
||||||
"DecimalPoint": "comma",
|
"DecimalPoint": "comma",
|
||||||
"TimeFormat": "%H:%M:%S",
|
"TimeFormat": "%H:%M:%S",
|
||||||
"SynchTime": 0,
|
"SynchTime": 0,"SynchTimeLow": 1,
|
||||||
"SynchTimeLow": 1,
|
|
||||||
"SynchTimeHigh": 3600,
|
"SynchTimeHigh": 3600,
|
||||||
"SunRSOffset": 900,
|
"SunRSOffset": 900,
|
||||||
"Locale": "en-US",
|
"Locale": "en-US",
|
||||||
|
@ -54,51 +53,51 @@
|
||||||
"MQTT_ENABLE": "1"
|
"MQTT_ENABLE": "1"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"BTAddress": "str",
|
"BTAddress": "str",
|
||||||
"Password": "str",
|
"Password": "str",
|
||||||
"MIS_Enabled": "int",
|
"MIS_Enabled": "int",
|
||||||
"Plantname": "str",
|
"Plantname": "str",
|
||||||
"OutputPath": "str",
|
"OutputPath": "str",
|
||||||
"OutputPathEvents": "str",
|
"OutputPathEvents": "str",
|
||||||
"Latitude": "float",
|
"Latitude": "float",
|
||||||
"Longitude": "float",
|
"Longitude": "float",
|
||||||
"CalculateMissingSpotValues": "int",
|
"CalculateMissingSpotValues": "int",
|
||||||
"DateTimeFormat": "str",
|
"DateTimeFormat": "str",
|
||||||
"DateFormat": "str",
|
"DateFormat": "str",
|
||||||
"DecimalPoint": "str",
|
"DecimalPoint": "str",
|
||||||
"TimeFormat": "str",
|
"TimeFormat": "str",
|
||||||
"SynchTime": "int",
|
"SynchTime": "int",
|
||||||
"SynchTimeLow": "int",
|
"SynchTimeLow": "int",
|
||||||
"SynchTimeHigh": "int",
|
"SynchTimeHigh": "int",
|
||||||
"SunRSOffset": "int",
|
"SunRSOffset": "int",
|
||||||
"Locale": "str",
|
"Locale": "str",
|
||||||
"Timezone": "str",
|
"Timezone": "str",
|
||||||
"BTConnectRetries": "int",
|
"BTConnectRetries": "int",
|
||||||
"CSV_Export": "int",
|
"CSV_Export": "int",
|
||||||
"CSV_ExtendedHeader": "int",
|
"CSV_ExtendedHeader": "int",
|
||||||
"CSV_Header": "int",
|
"CSV_Header": "int",
|
||||||
"CSV_SaveZeroPower": "int",
|
"CSV_SaveZeroPower": "int",
|
||||||
"CSV_Delimiter": "str",
|
"CSV_Delimiter": "str",
|
||||||
"CSV_Spot_TimeSource": "str",
|
"CSV_Spot_TimeSource": "str",
|
||||||
"CSV_Spot_WebboxHeader": "int",
|
"CSV_Spot_WebboxHeader": "int",
|
||||||
"SQL_Database": "str",
|
"SQL_Database": "str",
|
||||||
"SQL_Hostname": "str",
|
"SQL_Hostname": "str",
|
||||||
"SQL_Port": "str",
|
"SQL_Port": "str",
|
||||||
"SQL_Username": "str",
|
"SQL_Username": "str",
|
||||||
"SQL_Password": "str",
|
"SQL_Password": "str",
|
||||||
"MQTT_Publisher": "str",
|
"MQTT_Publisher": "str",
|
||||||
"MQTT_Host": "str",
|
"MQTT_Host": "str",
|
||||||
"MQTT_Port": "str",
|
"MQTT_Port": "str",
|
||||||
"MQTT_Topic": "str",
|
"MQTT_Topic": "str",
|
||||||
"MQTT_ItemFormat": "str",
|
"MQTT_ItemFormat": "str",
|
||||||
"MQTT_ItemDelimiter": "str",
|
"MQTT_ItemDelimiter": "str",
|
||||||
"MQTT_PublisherArgs": "str",
|
"MQTT_PublisherArgs": "str",
|
||||||
"MQTT_Data": "str",
|
"MQTT_Data": "str",
|
||||||
"LogDir": "str",
|
"LogDir": "str",
|
||||||
"LogLevel": "str",
|
"LogLevel": "str",
|
||||||
"PVoutput_SID": "str",
|
"PVoutput_SID": "str",
|
||||||
"PVoutput_Key": "str",
|
"PVoutput_Key": "str",
|
||||||
"MQTT_ENABLE": "int"
|
"MQTT_ENABLE": "int"
|
||||||
},
|
},
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"privileged": ["SYS_MODULE"],
|
"privileged": ["SYS_MODULE"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue