Private
Public Access
11
1

Obsolete devicePath and add deviceName

2025-10-29 12:07:36 +01:00
parent 74afb1e15b
commit 7a5bc9614c

@@ -51,10 +51,13 @@ Further configuration parameters are type-dependent.
## Counter
**devicePath**::\
String value that defines the filesystem address of the device. May be used together with **subdevice** and **channel. Default:** empty string
OBSOLETE: Use deviceName instead. String value that defines the filesystem address of the device. May be used together with **subdevice** and **channel. Default:** empty string
**deviceName**::\
String value that defines the filesystem address of the device in the /sys/ directory. May be used together with **subdevice** and **channel. Default:** empty string.
**subdevice**::\
Integer value that defines part of a device address. May be used together with **devicePath** and **channel**. \
Integer value that defines part of a device address. May be used together with **deviceName** and **channel**. \
**Default**: 0
**clockSource**::\
@@ -64,14 +67,17 @@ Further configuration parameters are type-dependent.
## Analog
**devicePath**::\
String value that defines the filesystem address of the device. May be used together with **subdevice** and **channel. Default:** empty string
OBSOLETE: Use deviceName instead. String value that defines the filesystem address of the device. May be used together with **subdevice** and **channel. Default:** empty string
**deviceName**::\
String value that defines the filesystem address of the device in the /sys/ directory. May be used together with **subdevice** and **channel. Default:** empty string.
**subdevice**::\
Integer value that defines part of a device address. May be used together with **devicePath** and **channel**. \
Integer value that defines part of a device address. May be used together with **deviceName** and **channel**. \
**Default**: 0
**channel**::\
Integer value that defines part of a device address. Used together with **devicePath** and **subdevice**. \
Integer value that defines part of a device address. Used together with **deviceName** and **subdevice**. \
**Default**: 0
## OrchestraDetector