Update README.md
This commit is contained in:
parent
be52706a05
commit
2edf26228a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user