diff --git a/Config_Detector.md b/Config_Detector.md index 519ddef..083831f 100644 --- a/Config_Detector.md +++ b/Config_Detector.md @@ -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