mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Update Documentation
This commit is contained in:
parent
7de206040c
commit
8d332f9efa
2 changed files with 4 additions and 4 deletions
|
|
@ -1890,11 +1890,11 @@ To set multiple values at once, path should be relative to object elements
|
|||
##### obj_path Examples
|
||||
|
||||
```json
|
||||
{ "path": "Device.WiFi.SSID.1", "values": { ".SSID": "test_ssid", ".Name": "test_name" } }
|
||||
{ "path": "Device.WiFi.SSID.1.", "obj_path": { "SSID": "test_ssid", "Name": "test_name" } }
|
||||
```
|
||||
|
||||
```json
|
||||
{ "path": "Device.WiFi.SSID.2", "values": { ".SSID": "test_ssid" } }
|
||||
{ "path": "Device.WiFi.SSID.2.", "obj_path": { "SSID": "test_ssid" } }
|
||||
```
|
||||
|
||||
#### optional
|
||||
|
|
|
|||
|
|
@ -570,8 +570,8 @@
|
|||
"obj_path": {
|
||||
"description": "To set multiple values at once, path should be relative to object elements",
|
||||
"examples": [
|
||||
"{\"path\":\"Device.WiFi.SSID.1\", \"values\":{\".SSID\":\"test_ssid\",\".Name\":\"test_name\"}}",
|
||||
"{\"path\":\"Device.WiFi.SSID.2\", \"values\":{\".SSID\":\"test_ssid\"}}"
|
||||
"{\"path\":\"Device.WiFi.SSID.1.\", \"obj_path\":{\"SSID\":\"test_ssid\",\"Name\":\"test_name\"}}",
|
||||
"{\"path\":\"Device.WiFi.SSID.2.\", \"obj_path\":{\"SSID\":\"test_ssid\"}}"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue