From 86ce44144b4d8a72fbfb3cb75fa7d980bb456a09 Mon Sep 17 00:00:00 2001 From: GRabbit Date: Tue, 7 Sep 2021 01:14:21 +0800 Subject: [PATCH] docs: create private/asiaircrack/asi-api --- private/asiaircrack/asi-api.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 private/asiaircrack/asi-api.md diff --git a/private/asiaircrack/asi-api.md b/private/asiaircrack/asi-api.md new file mode 100644 index 0000000..736241e --- /dev/null +++ b/private/asiaircrack/asi-api.md @@ -0,0 +1,32 @@ +--- +title: ASIAIR API分析 +description: +published: true +date: 2021-09-06T17:14:19.645Z +tags: +editor: markdown +dateCreated: 2021-09-06T17:14:19.645Z +--- + +# ASIAIR API分析 +本节根据分析其API,了解一个天文摄影系统大致行为。 +## 连接 +### test_connection +```json +request +{ + "jsonrpc":"2.0" +} +``` + +```json +response +{ + "jsonrpc":"2.0" +} +``` +## 相机 +## 赤道仪 +## EAF +## 导星相机 +## filter wheel \ No newline at end of file