Update README.md

This commit is contained in:
tripathyr 2020-07-05 22:26:22 +05:30 committed by GitHub
parent be52706a05
commit 2edf26228a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ Requests the latest value of "myFirstObject" from the cloud. The request is sent
Note: type is mandatory while sending but optional while requesting in case of Application Data. This allows ApplicationData to span different types in retrieval. Note: type is mandatory while sending but optional while requesting in case of Application Data. This allows ApplicationData to span different types in retrieval.
###### Minimal Example: ###### Minimal Example:
floCloudAPI.sendGeneralData("Hello Application World", "typeA") floCloudAPI.sendApplicationData("Hello Application World", "typeA")
Sends "Hello Application World" message to the cloud as Application Data with typeA as `type` with `myFloID` as default sender and `floGlobals.adminID` as receiver Sends "Hello Application World" message to the cloud as Application Data with typeA as `type` with `myFloID` as default sender and `floGlobals.adminID` as receiver
#### requestApplicationData #### requestApplicationData