From 38d1d798d5a49d1c378d28d15c4d0bc74c241fad Mon Sep 17 00:00:00 2001 From: tripathyr Date: Wed, 22 Dec 2021 12:23:08 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b439aa..05e4c9f 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ floCloudAPI.requestGeneralData("type1", { senderIDs: floGlobals.subAdmins }) floGlobals.appObjects["myFirstObject"] = {a:1,b:2} floCloudAPI.resetObjectData("myFirstObject") -//Updates the old value of "myFirstObject" with {a:1,b:2}, and sends to cloud with myFloID as default sender and floGlobals.adminID as receiver. In case of update, only the object diff will be sent +//Updates the old value of "myFirstObject" with {a:1,b:2}, and sends to cloud with myFloID as default sender +and floGlobals.adminID as receiver. In case of update, only the object diff will be sent floGlobals.appObjects["myFirstObject"] = {a:1,c:3,d:4} floCloudAPI.updateObjectData("myFirstObject")