Skip to content

Commit

Permalink
corrected typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Feb 8, 2024
1 parent 34a89db commit 7d0387d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Strack = "Strack"
Witschel = "Witschel"
mor = "mor"
MOR = "MOR"
ser = "ser"

[files]
extend-exclude = ["**/mappings**.json"]
extend-exclude = ["**/mappings**.json", "**/*Mappings**.json"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ In the sample below, e.g. a warning is shown since the required property ```sour
When you define an expression or a path in the source payload for a substitution the result can be one of the following cases:
1. **if** the result is a scalar value, e.g. ```10.4``` for a single value **and**
* **if** only one device is identified in the payload \
**then** only one Cumulocity MEA-resquest is generated from this payload.\
**then** only one Cumulocity MEA-request is generated from this payload.\
This is a **single-device-single-value** mapping.
* **if** multiple devices are identified, e.g. ```["device_101023", "device_101024"]``` in the payload \
**then** multiple Cumulocity MEA-requests or inventory requests - depending on the used targetAPI in the mapping - are generated from this payload. This only makes sense for creating multiple devices.\
Expand Down Expand Up @@ -507,7 +507,7 @@ ___
#### Test transformation from source to target format

To test the defined transformation, press the button ```Transform test message```. The result of the transformation and any errors are displayed.
On test transformation can result in multiple Cumulocity reqests, e.g. when a measurement is created for a device that is implicitly created, then two requests result from this transformation.
On test transformation can result in multiple Cumulocity requests, e.g. when a measurement is created for a device that is implicitly created, then two requests result from this transformation.
To iterate and show all results press the button ```Show Next Test Result```.


Expand Down

0 comments on commit 7d0387d

Please sign in to comment.