mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
implement Snapshot on Client struct
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package xair
|
||||
|
||||
var xairAddressMap = map[string]string{
|
||||
"strip": "/ch/%02d",
|
||||
"bus": "/bus/%01d",
|
||||
"headamp": "/headamp/%02d",
|
||||
"strip": "/ch/%02d",
|
||||
"bus": "/bus/%01d",
|
||||
"headamp": "/headamp/%02d",
|
||||
"snapshot": "/-snap",
|
||||
}
|
||||
|
||||
var x32AddressMap = map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user