-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
29 lines (29 loc) · 919 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"schemaVersion": "1.7.0",
"acapPackageConf": {
"setup": {
"appName": "opcuaserver",
"friendlyName": "OPC UA Server",
"vendor": "Axis Communications AB",
"embeddedSdkVersion": "3.0",
"vendorUrl": "https://www.axis.com/",
"runMode": "respawn",
"version": "2.0.0"
},
"configuration": {
"paramConfig": [
{"name": "port", "type": "int:min=1024,max=65535", "default": "4840"}
]
}
},
"resources": {
"dbus": {
"requiredMethods": [
"com.axis.IOControl.State.GetNbrPorts",
"com.axis.IOControl.State.GetState",
"com.axis.TemperatureController.GetNbrOfTemperatureSensors",
"com.axis.TemperatureController.RegisterForTemperatureChangeSignal"
]
}
}
}