From 13397c3fef38ea109165acf375b8db5b8abec3be Mon Sep 17 00:00:00 2001 From: Max Rosin Date: Sat, 2 Feb 2019 14:58:14 +0100 Subject: [PATCH] Fix copy&paste error of raspyrfm docs that mixed up host and port (#8375) --- source/_components/switch.raspyrfm.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/switch.raspyrfm.markdown b/source/_components/switch.raspyrfm.markdown index 464ec8f5af5..0bbd4ac403e 100644 --- a/source/_components/switch.raspyrfm.markdown +++ b/source/_components/switch.raspyrfm.markdown @@ -49,10 +49,10 @@ host: required: false default: 127.0.0.1 type: string -host: +port: description: Port of the gateway. required: false - default: depends on the gateway model + default: Depends on the gateway model. type: integer switches: description: List of switches that can be controlled with this gateway.