From f4370ba1cbc8ae1e37554001de202646259fb96a Mon Sep 17 00:00:00 2001 From: Mattheo Date: Sat, 8 May 2021 13:19:27 +0200 Subject: [PATCH] feat(README): spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947de45..992c566 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Curently, you can configure two settings: Base API URL : `GET http://YOUR_OCTOPRINT_SERVER/api/plugin/octolight?action=ACTION_NAME` _(if the action parameter not given, the action toggle will be used by default)_ -#### Action +#### Actions - **toggle** (default action): Toggle light switch on/off. JSON return example: `{state: true}` - **getState**: Get current light switch state. JSON return example: `{state: true}`