Updated md files

This commit is contained in:
mpetrov 2025-03-18 18:25:51 +02:00
parent 3061cc17bb
commit 9ff052e9c0
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ Converted data:
`AM-123`
For extracting all data from the message above, use:
To extract all data from the message above, use:
`${data}`
@ -45,7 +45,7 @@ Converted data:
`{"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}`

View File

@ -37,7 +37,7 @@ Converted data:
`AM-123`
For extracting all data from the message above, use:
To extract all data from the message above, use:
`${data}`
@ -45,7 +45,7 @@ Converted data:
`{"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}`