Make the Json server more flexible for set color commands. Commands can now contain multiple colors which are repeated over the entire string

Former-commit-id: e763f574a8d481a2d21e764d9b9ef2bfd6f1723a
This commit is contained in:
johan
2013-12-12 23:39:17 +01:00
parent 83051543d2
commit cf7f66bc40
2 changed files with 26 additions and 4 deletions

View File

@@ -21,8 +21,7 @@
"items" :{
"type" : "integer"
},
"minItems": 3,
"maxItems": 3
"minItems": 3
}
},
"additionalProperties": false