Add more information about the device to ClusterConfig

This commit is contained in:
Audrius Butkevicius
2015-10-16 19:40:12 +01:00
parent 491a33de0b
commit a323d85d32
3 changed files with 82 additions and 6 deletions
+5 -1
View File
@@ -134,7 +134,11 @@ type Folder struct {
}
type Device struct {
ID []byte // max:32
ID []byte // max:32
Name string // max:64
Addresses []string // max:64,2083
Compression uint32
CertName string // max:64
MaxLocalVersion int64
Flags uint32
Options []Option // max:64