智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/b0/b09ddba7b6b4b7cb479e5d59ff9...

12 lines
255 B

{
"title": "MinChunkSizePluginOptions",
"type": "object",
"additionalProperties": false,
"properties": {
"minChunkSize": {
"description": "Minimum number of characters",
"type": "number"
}
},
"required": ["minChunkSize"]
}