Updated md files
This commit is contained in:
parent
3061cc17bb
commit
9ff052e9c0
@ -37,7 +37,7 @@ Converted data:
|
|||||||
|
|
||||||
`AM-123`
|
`AM-123`
|
||||||
|
|
||||||
For extracting all data from the message above, use:
|
To extract all data from the message above, use:
|
||||||
|
|
||||||
`${data}`
|
`${data}`
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ Converted data:
|
|||||||
|
|
||||||
`{"temp": 12.2, "hum": 56, "status": "ok"}`
|
`{"temp": 12.2, "hum": 56, "status": "ok"}`
|
||||||
|
|
||||||
For extracting a specific value, such as the temperature, use:
|
To extract a specific value, such as the temperature, use:
|
||||||
|
|
||||||
`${data.temp}`
|
`${data.temp}`
|
||||||
|
|
||||||
|
|||||||
@ -37,7 +37,7 @@ Converted data:
|
|||||||
|
|
||||||
`AM-123`
|
`AM-123`
|
||||||
|
|
||||||
For extracting all data from the message above, use:
|
To extract all data from the message above, use:
|
||||||
|
|
||||||
`${data}`
|
`${data}`
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ Converted data:
|
|||||||
|
|
||||||
`{"temp": 12.2, "hum": 56, "status": "ok"}`
|
`{"temp": 12.2, "hum": 56, "status": "ok"}`
|
||||||
|
|
||||||
For extracting specific data (e.g., "temperature"), use:
|
To extract specific data (e.g., "temperature"), use:
|
||||||
|
|
||||||
`${data.temp}`
|
`${data.temp}`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user