From 85baa8e6e1b209bd122ad15b6c1edcba7f61c1c7 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 4 Mar 2022 06:47:04 +0530 Subject: [PATCH] floCloudAPI v2.1.2 Added support for status feature 1. setStatus(options): set status as online for myFloID 2. requestStatus(trackList, options) : request status of floID(s) in trackList - Both uses websocket connection - resolves a reqID (local) that can be used in closeRequest function - Use callback parameter in options to use the response from cloud Added support for note feature 1. noteApplicationData(vectorClock, note): add/edit a note for a data in cloud - Only allows receiverID of the data to add/edit note - subAdmin can use it as exception, when receiverID is adminID Other changes - Fixed issues of tagApplicationData (previously markApplicationData) not working. - Fixed issue where senderID option not working correctly in requesting data from cloud (new cloud uses 'senderID' parameter for both array of floIDs or a single floID) *NOTE: change senderIDs to senderID in apps if any* --- standard_Operations.html | 166 ++++++++++++++++++++++++++------------- 1 file changed, 110 insertions(+), 56 deletions(-) diff --git a/standard_Operations.html b/standard_Operations.html index ab0a147..c4c8827 100644 --- a/standard_Operations.html +++ b/standard_Operations.html @@ -7743,7 +7743,7 @@ } } -