- in json reply the command is written again, to better identify it. (#182)

- also added a transaction number (tan). This is a user defined number to track exactly every reply
This commit is contained in:
redPanther
2016-08-17 11:46:36 +02:00
committed by GitHub
parent f6f7f55e92
commit e46d392ed1
17 changed files with 272 additions and 225 deletions

View File

@@ -42,10 +42,8 @@
},
"colorOrder" :
{
"type":
{
"enum" : ["bgr", "rbg", "brg", "gbr", "grb"]
}
"type" : "string",
"enum" : ["rgb", "bgr", "rbg", "brg", "gbr", "grb"]
}
},
"additionalProperties" : true
@@ -888,10 +886,8 @@
},
"colorOrder":
{
"type":
{
"enum" : ["bgr", "rbg", "brg", "gbr", "grb"]
}
"type": "string",
"enum" : ["bgr", "rbg", "brg", "gbr", "grb"]
}
},
"additionalProperties" : false