mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-29 01:09:00 +00:00
34 lines
734 B
JSON
34 lines
734 B
JSON
{
|
|
"name": "CUL868IPE",
|
|
"ep": "http://localhost:8000",
|
|
"cse_base": "onem2m",
|
|
"poas": [
|
|
"http://auto:28728"
|
|
],
|
|
"originator_pre": "//openmtc.org/mn-cse-1",
|
|
"ssl_certs": {
|
|
"cert_file": null,
|
|
"key_file": null,
|
|
"ca_certs": null
|
|
},
|
|
"logging": {
|
|
"level": "ERROR",
|
|
"file": null
|
|
},
|
|
"sim": true,
|
|
"sim_period": 3,
|
|
"cul_device": "/dev/ttyACM0",
|
|
"device_mappings": {
|
|
"S300TH_1": "Fenster",
|
|
"S300TH_2": "Dach",
|
|
"FS20_ST3_16108_1": "Wohnzimmer"
|
|
},
|
|
"devices": [
|
|
"s300th:1",
|
|
"fs20_motion:21111111-1321",
|
|
"fs20_brightness:21111111-3322",
|
|
"fs20:16108-1",
|
|
"fs20:16108-0"
|
|
]
|
|
}
|