diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-04-28 20:16:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-04-28 20:32:00 -0400 |
commit | af7f27542f54582578b36fcd9bfbe17a1b46a875 (patch) | |
tree | 58718ad3c029679a1509ac2b5a434b91ddd22af3 /docs/API_Server.md | |
parent | 3b33d6652f803482ff2dacce5973673142797976 (diff) | |
download | kutter-af7f27542f54582578b36fcd9bfbe17a1b46a875.tar.gz kutter-af7f27542f54582578b36fcd9bfbe17a1b46a875.tar.xz kutter-af7f27542f54582578b36fcd9bfbe17a1b46a875.zip |
docs: Move status field reference to new Status_Reference.md file
Move the reference of "printer" status fields from
Command_Templates.md to a new Status_Reference.md file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/API_Server.md')
-rw-r--r-- | docs/API_Server.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/API_Server.md b/docs/API_Server.md index 7c306a2a..eaa5bdb9 100644 --- a/docs/API_Server.md +++ b/docs/API_Server.md @@ -204,9 +204,8 @@ object name and the value is a dictionary containing its fields. The response message will also contain an "eventtime" field containing the timestamp from when the query was taken. -Available fields are documented in the -[Command Template](Command_Templates.md#the-printer-variable) -document. +Available fields are documented in the [Status +Reference](Status_Reference.md) document. ### objects/subscribe |