diff --git a/docs/MQTT_Topics.md b/docs/MQTT_Topics.md index af3fa51..25c10f0 100644 --- a/docs/MQTT_Topics.md +++ b/docs/MQTT_Topics.md @@ -62,7 +62,7 @@ cmd topics are used to set values. Status topics are updated from values set in | [serial]/status/limit_relative | R | Current applied production limit of the inverter | % of total possible output | | [serial]/status/reachable | R | Indicates whether the inverter is reachable | 0 or 1 | | [serial]/status/producing | R | Indicates whether the inverter is producing AC power | 0 or 1 | -| [serial]/cmd/limit_persistent_relative | W | Set the inverter limit as a percentage of total production capability. The value will survive the night without power | % | -| [serial]/cmd/limit_persistent_absolute | W | Set the inverter limit as a absolute value. The value will survive the night without power | Watt (W) | -| [serial]/cmd/limit_nonpersistent_relative | W | Set the inverter limit as a percentage of total production capability. The value will reset to the last persistent value at night without power | % | -| [serial]/cmd/limit_nonpersistent_absolute | W | Set the inverter limit as a absolute value. The value will reset to the last persistent value at night without power | Watt (W) | \ No newline at end of file +| [serial]/cmd/limit_persistent_relative | W | Set the inverter limit as a percentage of total production capability. The value will survive the night without power. The updated value will show up in the web GUI and limit_relative topic immediatly. | % | +| [serial]/cmd/limit_persistent_absolute | W | Set the inverter limit as a absolute value. The value will survive the night without power. The updated value will show up in the web GUI and limit_relative topic after around 4 minutes. | Watt (W) | +| [serial]/cmd/limit_nonpersistent_relative | W | Set the inverter limit as a percentage of total production capability. The value will reset to the last persistent value at night without power. The updated value will show up in the web GUI and limit_relative topic immediatly. | % | +| [serial]/cmd/limit_nonpersistent_absolute | W | Set the inverter limit as a absolute value. The value will reset to the last persistent value at night without power. The updated value will show up in the web GUI and limit_relative topic after around 4 minutes. | Watt (W) | \ No newline at end of file