implement info command

upd help mds
This commit is contained in:
2026-02-11 21:47:56 +00:00
parent 32a09db1a4
commit 58866b794b
8 changed files with 70 additions and 21 deletions

View File

@@ -1,7 +1,8 @@
package xair
type InfoResponse struct {
Host string
Name string
Model string
Host string
Name string
Model string
Firmware string
}