We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca4c8a commit 0d9d6dcCopy full SHA for 0d9d6dc
examples/wifi/expanded/requests_wifi_rachio_irrigation.py
@@ -195,7 +195,7 @@ def _format_datetime(datetime):
195
196
rachio_longitude = str(rachio_json["devices"][0]["longitude"])
197
rachio_long_ast = obfuscating_asterix(rachio_longitude, "all")
198
- print(" | | | Latitude: ", rachio_long_ast)
+ print(" | | | Longitude: ", rachio_long_ast)
199
200
rachio_rainsensor = rachio_json["devices"][0]["rainSensorTripped"]
201
print(" | | | Rain Sensor: ", rachio_rainsensor)
0 commit comments