From 7a5bc9614c8ad4de6f1f7460ab67c9aba820769a Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 29 Oct 2025 12:07:36 +0100 Subject: [PATCH] Obsolete devicePath and add deviceName --- Config_Detector.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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