diff --git a/docs/api.md b/docs/api.md index 84d70cb..6597bfc 100644 --- a/docs/api.md +++ b/docs/api.md @@ -338,11 +338,11 @@ Directly transition to a desired app using its name. | `[PREFIX]/switch` | `http://[IP]/api/switch` | `{"name":"time"}` | POST | **Built-in App Names**: -- `Time` -- `Date` -- `Temperature` -- `Humidity` -- `Battery` +- `time` +- `date` +- `temperature` +- `humidity` +- `battery` For custom apps, employ the name you designated in the topic or HTTP parameter. In MQTT, if `[PREFIX]/custom/test` is your topic, then `test` would be the app's name.