Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed May 21, 2024
1 parent d3fc14b commit f8ef611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The topics that `homebridge-hunter-hydrawise` subscribes to are:
| Topic | Message Expected
|-------------------------|----------------------------------
| `controller/get` | `true` will trigger a publish event of the current status of the irrigation controller and all the zones associated with it.
| `controller/set` | A message in the form of <code><start|stop> <zone> [<duration>]</code> where you can choose to start a zone with a given duration, or stop a zone. If no duration is specified, the zone will start using the next scheduled duration for that zone.
| `controller/set` | A message in the form of `<start \| stop> <zone> [<duration>]` where you can choose to start a zone with a given duration, or stop a zone. If no duration is specified, the zone will start using the next scheduled duration for that zone.

> [!NOTE]
> * MQTT support is disabled by default. It's enabled when an MQTT broker is specified in the configuration.
Expand Down

0 comments on commit f8ef611

Please sign in to comment.