[tr064] Fixed minor spelling (#9074)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-11-19 19:58:13 +01:00 committed by GitHub
parent 55bf82c477
commit c297134030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ This is an optional parameter and multiple values are allowed.
| `wanMaxUpstreamRate` | `Number:DataTransferRate` | x | Max. Upstream Rate |
| `wanPhysicalLinkStatus` | `String` | x | Link Status |
| `wanTotalBytesReceived` | `Number:DataAmount` | x | Total Bytes Received |
| `wanTotalBytesSent` | `Number:DataAmount` | x | Total Bytes Send |
| `wanTotalBytesSent` | `Number:DataAmount` | x | Total Bytes Sent |
| `wifi24GHzEnable` | `Switch` | | Enable/Disable the 2.4 GHz WiFi device. |
| `wifi5GHzEnable` | `Switch` | | Enable/Disable the 5.0 GHz WiFi device. |
| `wifiGuestEnable` | `Switch` | | Enable/Disable the guest WiFi. |

View File

@ -168,7 +168,7 @@
serviceId="urn:WANCIfConfig-com:serviceId:WANCommonInterfaceConfig1"/>
<getAction name="GetTotalBytesReceived" argument="NewTotalBytesReceived"/>
</channel>
<channel name="wanTotalBytesSent" label="Total Bytes Send">
<channel name="wanTotalBytesSent" label="Total Bytes Sent">
<item type="Number:DataAmount" unit="B" statePattern="%.3f Gio"/>
<service deviceType="urn:dslforum-org:device:WANDevice:1"
serviceId="urn:WANCIfConfig-com:serviceId:WANCommonInterfaceConfig1"/>