Add additionalProperties to device schema (#6687)

This commit is contained in:
John Doe
2021-03-13 18:22:23 +08:00
committed by GitHub
parent 29343f8e9c
commit eb930ac544
+4
View File
@@ -704,6 +704,10 @@
"description": "Allows to prevent certain attributes from being published"
}
},
"additionalProperties": {
"type": "string",
"title": "Device specific property"
},
"required": ["friendly_name"]
},
"group": {