From a68cb6d6a92310510a1f131d3a1e4685d749a91e Mon Sep 17 00:00:00 2001 From: davidjabon Date: Tue, 6 Jul 2021 12:44:05 -0500 Subject: [PATCH] [chromecast] Update README.md (#10930) 'weather' is misspelled. It should be 'whether.' --- bundles/org.openhab.binding.chromecast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.chromecast/README.md b/bundles/org.openhab.binding.chromecast/README.md index bd9c26b7528..f4d3f2f59e4 100644 --- a/bundles/org.openhab.binding.chromecast/README.md +++ b/bundles/org.openhab.binding.chromecast/README.md @@ -56,7 +56,7 @@ Thing chromecast:audiogroup:bathroom [ ipAddress="192.168.0.23", port=42139] | playuri | String | Can be used to tell the Chromecast to play media from a given url | | appName | String | Name of currently running application | | appId | String | ID of currently running application | -| idling | Switch | Read-only indication on weather Chromecast is on idle screen | +| idling | Switch | Read-only indication on whether Chromecast is on idle screen | | statustext | String | | | currentTime | Number:Time | Current time of currently playing media | | duration | Number:Time | Duration of current track (null if between tracks) |