mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-27 16:28:57 +00:00
27 lines
588 B
JSON
27 lines
588 B
JSON
|
{
|
||
|
"name": "csvInjector",
|
||
|
"ep": "http://localhost:8000",
|
||
|
"cse_base": "onem2m",
|
||
|
"poas": [
|
||
|
"http://auto:28300"
|
||
|
],
|
||
|
"originator_pre": "//openmtc.org/mn-cse-1",
|
||
|
"ssl_certs": {
|
||
|
"cert_file": null,
|
||
|
"key_file": null,
|
||
|
"ca_certs": null
|
||
|
},
|
||
|
"logging": {
|
||
|
"level": "ERROR",
|
||
|
"file": null
|
||
|
},
|
||
|
"csv_path": "~/test.csv",
|
||
|
"csv_delim": ",",
|
||
|
"csv_quotechar": "|",
|
||
|
"device_classifier": "sensor_id",
|
||
|
"date_classifier": "date",
|
||
|
"time_format":"%d/%m/%Y-%H:%M",
|
||
|
"duration": 300,
|
||
|
"repeat": false
|
||
|
}
|