Compare commits

...

2 Commits

Author SHA1 Message Date
92c3c54c65 Merge pull request #1 from thehanslevi/codex/readme-occurred-typo
Fix README typo
2026-06-19 08:32:08 +03:00
thehanslevi
94f1cf9656 Fix README typo 2026-06-18 21:16:03 -04:00

View File

@@ -187,7 +187,7 @@ clients connected.
When you send a command to server you will receive:
- one of answers - "OK" (all OK), "BUSY" (can't run setter because camera is busy), "FAIL" (some error
occured), "BADKEY" (wrong key name) or "BADVAL" (wrong key's value) - for procedures and setters
occurred), "BADKEY" (wrong key name) or "BADVAL" (wrong key's value) - for procedures and setters
(instead of "OK" you will give "parameter=value" for setter if all OK);
- "parameter=value" for getters.