Parcourir la source

Update README.md

Mention max FW version for local connections
martijndierckx il y a 5 ans
Parent
commit
03cae761a8
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -4,7 +4,7 @@
 
 This is a client for the [Hydrawise API](https://support.hydrawise.com/hc/en-us/articles/360008965753-Hydrawise-API-Information). [Hydrawise](https://hydrawise.com) is an internet-controlled home irrigation system.
 
-On a very basic level, it allows you to do:
+On a very basic level, it allows you to:
 * [Get zones](#get-zones)
 * [Run a command on a zone](#run-a-command-on-a-zone) (run/stop/suspend)
 * [Command all zones at once](#command-all-zones-at-once)
@@ -14,6 +14,7 @@ For all possibilities, have a look at the inline code documentation
 ## Getting started
 
 When possible use a local connection to your controller since it's not rate limited (HTTP error 429) and suffers no delays when trying to run commands on zones.
+Local connections are only possible on firmware versions below v3.0.0 however.
 
 ### Setup for a cloud connection
 
@@ -106,4 +107,4 @@ Here as well, you are able to provide a custom duration: `runAllZones(600)` (for
 
 Tested on a configuration with a single HC6 controller. If you have multiple controllers in your configuration and you run into problems, you're free to create an issue or contribute yourself :-)
 
-MIT license
+MIT license