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