]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tr064] Update configuration documentation (#14291)
authorlsiepel <leosiepel@gmail.com>
Wed, 8 Feb 2023 23:01:10 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 23:01:10 +0000 (00:01 +0100)
* i18n + mac per line fix

Signed-off-by: lsiepel <leosiepel@gmail.com>
bundles/org.openhab.binding.tr064/README.md
bundles/org.openhab.binding.tr064/src/main/resources/OH-INF/i18n/tr064.properties
bundles/org.openhab.binding.tr064/src/main/resources/OH-INF/thing/thing-types.xml

index 9812f390368bc4c4c9325929c385f50e66dc51ca..d154350b9a4fb8de6b9b52ed9b0480e1abed9bfe 100644 (file)
@@ -70,7 +70,9 @@ If the `PHONEBOOK` profile shall be used, it is necessary to retrieve the phoneb
 The `phonebookInterval` is used to set the refresh cycle for phonebooks.
 It defaults to 600 seconds, and it can be set to 0 if phonebooks are not used.
 
-Parameters that accept lists (e.g. `macOnline`, `wanBlockIPs`) can contain comments.
+Some parameters (e.g. `macOnline`, `wanBlockIPs`) accept lists. 
+List items are configured one per line in the UI, or are comma separated values when using textual config.
+These parameters that accept list can also contain comments.
 Comments are separated from the value with a '#' (e.g. `192.168.0.77 # Daughter's iPhone`).
 The full string is used for the channel label.
 
index 5979a82034eb7212a5265c0f0651f9d897a86485..de1394b2b0b50aa875c7c5e2769dc55862606368 100644 (file)
@@ -35,8 +35,6 @@ thing-type.config.tr064.fritzbox.rejectedCallDays.label = Rejected Call Days
 thing-type.config.tr064.fritzbox.rejectedCallDays.description = List of days for which rejected calls should be calculated.
 thing-type.config.tr064.fritzbox.tamIndices.label = TAM
 thing-type.config.tr064.fritzbox.tamIndices.description = List of answering machines (starting with 0).
-thing-type.config.tr064.fritzbox.timeout.label = Timeout
-thing-type.config.tr064.fritzbox.timeout.description = Timeout for all requests (SOAP requests, phone book retrieval, call lists, ...).
 thing-type.config.tr064.fritzbox.user.label = Username
 thing-type.config.tr064.fritzbox.wanBlockIPs.label = WAN Block IPs
 thing-type.config.tr064.fritzbox.wanBlockIPs.description = List of IPs that can be blocked for WAN access.
@@ -44,14 +42,12 @@ thing-type.config.tr064.generic.host.label = Host
 thing-type.config.tr064.generic.host.description = Host name or IP address.
 thing-type.config.tr064.generic.password.label = Password
 thing-type.config.tr064.generic.refresh.label = Refresh Interval
-thing-type.config.tr064.generic.timeout.label = Timeout
-thing-type.config.tr064.generic.timeout.description = Timeout for all requests (SOAP requests, phone book retrieval, call lists, ...).
 thing-type.config.tr064.generic.user.label = Username
 thing-type.config.tr064.subdevice.refresh.label = Refresh Interval
 thing-type.config.tr064.subdevice.uuid.label = UUID
 thing-type.config.tr064.subdevice.uuid.description = UUID of the sub-device
 thing-type.config.tr064.subdeviceLan.macOnline.label = MAC Online
-thing-type.config.tr064.subdeviceLan.macOnline.description = List of MACs for "online" status detection (format: 11:11:11:11:11:11).
+thing-type.config.tr064.subdeviceLan.macOnline.description = List of MACs for "online" status detection (format: 11:11:11:11:11:11). One MAC-Address per row.
 thing-type.config.tr064.subdeviceLan.refresh.label = Refresh Interval
 thing-type.config.tr064.subdeviceLan.uuid.label = UUID
 thing-type.config.tr064.subdeviceLan.uuid.description = UUID of the sub-device
index 04ad07f9c88d70656a095a74a6f5e369d4ae88f0..50cad826894cbc5846026e9fb9324a35a8032b76 100644 (file)
                        </parameter>
                        <parameter name="macOnline" type="text" multiple="true">
                                <label>MAC Online</label>
-                               <description>List of MACs for "online" status detection (format: 11:11:11:11:11:11).</description>
+                               <description>List of MACs for "online" status detection (format: 11:11:11:11:11:11). One MAC-Address per row.</description>
                        </parameter>
                </config-description>
        </thing-type>