From f7d30478042c8df1e5f29bad90f9834b8f88b3b6 Mon Sep 17 00:00:00 2001 From: schmidmuc Date: Thu, 24 Dec 2020 14:07:58 +0100 Subject: [PATCH] [tr064] Update channel names in documentation (#9461) Failure in list, two channel names were listed two times --- bundles/org.openhab.binding.tr064/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.tr064/README.md b/bundles/org.openhab.binding.tr064/README.md index 30f762c6a..3690b83db 100644 --- a/bundles/org.openhab.binding.tr064/README.md +++ b/bundles/org.openhab.binding.tr064/README.md @@ -79,13 +79,13 @@ This is an optional parameter and multiple values are allowed. | `deviceLog` | `String` | x | A string containing the last log messages | | `dslCRCErrors` | `Number:Dimensionless` | x | DSL CRC Errors | | `dslDownstreamNoiseMargin` | `Number:Dimensionless` | x | DSL Downstream Noise Margin | -| `dslDownstreamNoiseMargin` | `Number:Dimensionless` | x | DSL Downstream Attenuation | +| `dslDownstreamAttenuation` | `Number:Dimensionless` | x | DSL Downstream Attenuation | | `dslEnable` | `Switch` | | DSL Enable | | `dslFECErrors` | `Number:Dimensionless` | x | DSL FEC Errors | | `dslHECErrors` | `Number:Dimensionless` | x | DSL HEC Errors | | `dslStatus` | `Switch` | | DSL Status | | `dslUpstreamNoiseMargin` | `Number:Dimensionless` | x | DSL Upstream Noise Margin | -| `dslUpstreamNoiseMargin` | `Number:Dimensionless` | x | DSL Upstream Attenuation | +| `dslUpstreamAttenuation` | `Number:Dimensionless` | x | DSL Upstream Attenuation | | `inboundCalls` | `Number` | x | Number of inbound calls within the given number of days. | | `macOnline` | `Switch` | x | Online status of the device with the given MAC | | `missedCalls` | `Number` | | Number of missed calls within the given number of days. |