From 4eca81a801f055c7307479d220cbe251a328f0bd Mon Sep 17 00:00:00 2001 From: Eveldee Date: Sun, 24 Mar 2019 10:02:00 +0000 Subject: [PATCH] Update page 'Command_Info' --- Command_Info.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Command_Info.md diff --git a/Command_Info.md b/Command_Info.md new file mode 100644 index 0000000..53746b9 --- /dev/null +++ b/Command_Info.md @@ -0,0 +1,43 @@ +# INFO - Command + +## Description + +Request Plant infos + +## Request + +| Command | Arguments | +| :-----: | :-------: | +| INFO | None | + +## Response + +| Command | Argument1 | Argument2 | Argument3 | Argument4 | +| :-----: | :-------: | :-------: | :-------: | :-------: | +| INFO | Name | Type | State | Water | + +- **Name**: Name of the plant as defined in configuration +- **Type**: Type of the plant, see [database][Database] +- **State**: State of the plant: + - **Bad**: Internet error (broker) or important alert + - **Warning**: Need something to be done (fill the tank) + - **Good**: Nothing to notice +- **Tank**: Water tank level in % + +## Example + +```md +INFO + +``` + +> Request + +```md +INFO +Living Room;Ficus;Good;78.5 +``` + +> Response + +[Database]: https://eveldee.ddns.net:1342/Eveldee/PlantBox/src/branch/server/PlantBox.Server/README.md \ No newline at end of file