implement Snapshot on Client struct

This commit is contained in:
2026-02-04 11:15:52 +00:00
parent 6f995397a1
commit 66ab937296
3 changed files with 63 additions and 7 deletions

View File

@@ -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{