Remove 64 device limit

This commit is contained in:
Audrius Butkevicius
2014-10-20 21:45:26 +01:00
parent 34f72ecf8f
commit b0fcbebdae
2 changed files with 3 additions and 9 deletions

View File

@@ -137,8 +137,8 @@ func (o *ClusterConfigMessage) GetOption(key string) string {
}
type Folder struct {
ID string // max:64
Devices []Device // max:64
ID string // max:64
Devices []Device
}
type Device struct {