cronapi-js 2.8.29 → 2.8.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cronapi.js +77 -39
- package/dist/cronapi.min.js +1 -1
- package/i18n/locale_en_us.json +84 -82
- package/i18n/locale_pt_br.json +86 -84
- package/package.json +1 -1
package/i18n/locale_en_us.json
CHANGED
|
@@ -1,56 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CEP": "Zip Code",
|
|
3
|
-
"Calendar": "Calendar",
|
|
4
|
-
"CategoryType.CHART": "Chart",
|
|
5
|
-
"CategoryType.CONVERSION": "Conversion",
|
|
6
|
-
"CategoryType.DATETIME": "Date and time",
|
|
7
|
-
"CategoryType.DEVICE": "Mobile Devices",
|
|
8
|
-
"CategoryType.JSON": "Json",
|
|
9
|
-
"CategoryType.LOGIC": "Logic",
|
|
10
|
-
"CategoryType.OBJECT": "Object",
|
|
11
|
-
"CategoryType.REGEX": "Regular Expression",
|
|
12
|
-
"CategoryType.SCREEN": "Form",
|
|
13
|
-
"CategoryType.SOCIAL": "Social",
|
|
14
|
-
"CategoryType.TEXT": "Text",
|
|
15
|
-
"CategoryType.UTIL": "Util",
|
|
16
|
-
"CategoryType.XML": "Xml",
|
|
17
|
-
"Cell2GConnection": "Cell 2G connection",
|
|
18
|
-
"Cell3GConnection": "Cell 3G connection",
|
|
19
|
-
"Cell4GConnection": "Cell 4G connection",
|
|
20
|
-
"CellGenericConnection": "Cell generic connection",
|
|
21
|
-
"ComponentParam": "Identifier: Component identifier to be showed on screen",
|
|
22
|
-
"EXTERNAL": "EXTERNAL",
|
|
23
|
-
"EthernetConnection": "Ethernet connection",
|
|
24
|
-
"HTTPMethod": "Request method",
|
|
25
|
-
"INTERNAL": "INTERNAL",
|
|
26
|
-
"LogicIsEmptyDescription": "Function that check if a variable is empty",
|
|
27
|
-
"LogicIsEmptyName": "is empty?",
|
|
28
|
-
"LogicIsNullDescription": "Function that check if a variable is null",
|
|
29
|
-
"LogicIsNullName": "is null?",
|
|
30
|
-
"LogicIsNullOrEmptyDescription": "Function that check if a variable is null or empty",
|
|
31
|
-
"LogicIsNullOrEmptyName": "is null or empty?",
|
|
32
|
-
"LogicIsNullParam": "Variable: Variable to be checked",
|
|
33
|
-
"NoNetworkConnection": "No network connection",
|
|
34
|
-
"ObjectType.DATETIME": "Date",
|
|
35
|
-
"URLAddress": "Endereço URL: Endereço completo do arquivo. Exemplo: https://www.cronapp.io",
|
|
36
|
-
"UnknownConnection": "Unknown connection",
|
|
37
|
-
"Value": "Value",
|
|
38
|
-
"WiFiConnection": "WiFi connection",
|
|
39
|
-
"XMLDocumentToTextDescription": "Function that convert a XML document or XML element to text",
|
|
40
|
-
"XMLDocumentToTextName": "Convert XML to text",
|
|
41
|
-
"XMLGetRootElementDescription": "Function that get a root element from a XML document or from a XMl element",
|
|
42
|
-
"XMLGetRootElementName": "Get root element",
|
|
43
|
-
"XMLHasRootElementDescription": "Function that verify if exists a XML root element on XML document",
|
|
44
|
-
"XMLHasRootElementName": "Has Root element?",
|
|
45
2
|
"accordionActionParamDescription": "Action",
|
|
46
|
-
"accordionIdParamDescription": "Accordion",
|
|
47
|
-
"accordionIdSubItemParamDescription": "Item",
|
|
48
3
|
"accordionChangeValue": "Changes state of accordion",
|
|
49
4
|
"accordionChangeValueDescription": "Event to open or close accordion items",
|
|
50
5
|
"accordionCollapseAll": "Closes all",
|
|
51
6
|
"accordionCollapseOne": "Closes item",
|
|
52
7
|
"accordionExpandAll": "Expand all",
|
|
53
8
|
"accordionExpandOne": "Expand item",
|
|
9
|
+
"accordionIdParamDescription": "Accordion",
|
|
10
|
+
"accordionIdSubItemParamDescription": "Item",
|
|
54
11
|
"actionClick": "Open when clicks on",
|
|
55
12
|
"actionClickLeft" : "Left",
|
|
56
13
|
"actionClickRight" : "Right",
|
|
@@ -67,35 +24,56 @@
|
|
|
67
24
|
"attachmentSubtitle": "Subtitle",
|
|
68
25
|
"attachmentText": "Text",
|
|
69
26
|
"attachmentTitle": "Title",
|
|
70
|
-
"attrName": "Attribute name: Attribute name on a identifier. Example: src='test' returns src",
|
|
71
|
-
"attrValue": "Attribute value: Attribute value on a identifier. Example: src='test' returns test",
|
|
72
27
|
"attribute": "Attribute",
|
|
73
28
|
"attributeName": "Attribute name",
|
|
74
29
|
"attributeValue": "Attribute value",
|
|
30
|
+
"attrName": "Attribute name: Attribute name on a identifier. Example: src='test' returns src",
|
|
31
|
+
"attrValue": "Attribute value: Attribute value on a identifier. Example: src='test' returns test",
|
|
75
32
|
"autoHide": "Hide notification automatically",
|
|
76
33
|
"back": "Back to previous Form",
|
|
77
34
|
"backDescription": "Returns to previously opened Form",
|
|
35
|
+
"backNormalStateDescription": "Function that takes a Data Source and returns to normal mode (Exit insert/edit mode)",
|
|
36
|
+
"backNormalStateName": "Return to normal mode",
|
|
37
|
+
"blocklyWithFunction": "Blockly name",
|
|
38
|
+
"bottom": "Bottom",
|
|
78
39
|
"breadcrumb": "Breadcrumb",
|
|
79
40
|
"breadcrumbDesc": "Create a navigation structure presented in a playful interface",
|
|
80
41
|
"breadcrumbParamMap": "Route",
|
|
81
|
-
"blocklyWithFunction": "Blockly name",
|
|
82
|
-
"bottom": "Bottom",
|
|
83
42
|
"buttonConfirmDialogAlert": "Modal button",
|
|
84
43
|
"buttonConfirmDialogAlert.primaryButton": "Highlighted button",
|
|
85
44
|
"buttonConfirmDialogAlert.value": "Button action",
|
|
86
45
|
"buttonConfirmDialogAlertDescription": "Function that defines the characteristics of the button(s).",
|
|
46
|
+
"Calendar": "Calendar",
|
|
87
47
|
"calendarElementNotPresent": "The calendar component is not present on page.",
|
|
88
48
|
"calendarView": "Calendar view",
|
|
89
|
-
"callServerBlockly": "Call blockly",
|
|
90
|
-
"callServerBlocklyAsync": "Call blockly server async",
|
|
91
49
|
"callbackBlocklyError": "Callback error: blockly (full) name to be called when retrieving server response with error",
|
|
92
50
|
"callbackBlocklySuccess": "Callback success: blockly (full) name to be called when to get the server response successfully",
|
|
93
51
|
"callbackError": "Callback error: callback function when error occurs",
|
|
94
52
|
"callbackFinish": "Function to be executed when execution is finished",
|
|
95
53
|
"callbackSuccess": "Callback success: callback function when success",
|
|
54
|
+
"callServerBlockly": "Call blockly",
|
|
55
|
+
"callServerBlocklyAsync": "Call blockly server async",
|
|
96
56
|
"camera": "Camera",
|
|
57
|
+
"CategoryType.CHART": "Chart",
|
|
58
|
+
"CategoryType.CONVERSION": "Conversion",
|
|
59
|
+
"CategoryType.DATETIME": "Date and time",
|
|
60
|
+
"CategoryType.DEVICE": "Mobile Devices",
|
|
61
|
+
"CategoryType.JSON": "Json",
|
|
62
|
+
"CategoryType.LOGIC": "Logic",
|
|
63
|
+
"CategoryType.OBJECT": "Object",
|
|
64
|
+
"CategoryType.REGEX": "Regular Expression",
|
|
65
|
+
"CategoryType.SCREEN": "Form",
|
|
66
|
+
"CategoryType.SOCIAL": "Social",
|
|
67
|
+
"CategoryType.TEXT": "Text",
|
|
68
|
+
"CategoryType.UTIL": "Util",
|
|
69
|
+
"CategoryType.XML": "Xml",
|
|
70
|
+
"Cell2GConnection": "Cell 2G connection",
|
|
71
|
+
"Cell3GConnection": "Cell 3G connection",
|
|
72
|
+
"Cell4GConnection": "Cell 4G connection",
|
|
73
|
+
"CellGenericConnection": "Cell generic connection",
|
|
97
74
|
"center": "Center",
|
|
98
75
|
"century": "Century",
|
|
76
|
+
"CEP": "Zip Code",
|
|
99
77
|
"changeAttrValueDesc": "Function that change an attribute value from a element",
|
|
100
78
|
"changeAttrValueName": "Change attribute value",
|
|
101
79
|
"changeContent": "Change content",
|
|
@@ -131,6 +109,7 @@
|
|
|
131
109
|
"clearWatchPosition": "Stop Postion Watcher",
|
|
132
110
|
"clearWatchPositionDescription": "Function to cancel geo-referenced positioning monitoring.",
|
|
133
111
|
"compile": "Compile?",
|
|
112
|
+
"ComponentParam": "Identifier: Component identifier to be showed on screen",
|
|
134
113
|
"confimDialogAlert.listButton": "List of buttons",
|
|
135
114
|
"confirmDialogAlertDescription": "A function that displays a confirmation modal, with a custom icon, title, subtitle and action buttons.",
|
|
136
115
|
"confirmDialogAlertName": "Confirmation Modal",
|
|
@@ -199,6 +178,13 @@
|
|
|
199
178
|
"datasourceFilterName": "Filter",
|
|
200
179
|
"datasourceFilterName1": "Filter Data",
|
|
201
180
|
"datasourceFilterName2": "Create Filter",
|
|
181
|
+
"datasourceFilterOprEq": "Equals",
|
|
182
|
+
"datasourceFilterOprGe": "Greater than or equal",
|
|
183
|
+
"datasourceFilterOprGt": "Greater than",
|
|
184
|
+
"datasourceFilterOprLe": "Less than or equal",
|
|
185
|
+
"datasourceFilterOprLt": "Less than",
|
|
186
|
+
"datasourceFilterOprNe": "Not Equals",
|
|
187
|
+
"datasourceFilterOprSubStr": "Contains",
|
|
202
188
|
"datasourceFilterParam0": "Datasource",
|
|
203
189
|
"datasourceFilterParam1": "Path",
|
|
204
190
|
"datasourceFilterParam2": "Field",
|
|
@@ -206,13 +192,6 @@
|
|
|
206
192
|
"datasourceFilterParam4": "Value to filter",
|
|
207
193
|
"datasourceFilterParam5": "Filter or List of filters",
|
|
208
194
|
"datasourceFilterParam6": "Condition",
|
|
209
|
-
"datasourceFilterOprEq": "Equals",
|
|
210
|
-
"datasourceFilterOprNe": "Not Equals",
|
|
211
|
-
"datasourceFilterOprGt": "Greater than",
|
|
212
|
-
"datasourceFilterOprLt": "Less than",
|
|
213
|
-
"datasourceFilterOprGe": "Greater than or equal",
|
|
214
|
-
"datasourceFilterOprLe": "Less than or equal",
|
|
215
|
-
"datasourceFilterOprSubStr": "Contains",
|
|
216
195
|
"datasourceFromScreenDescription": "Function that return the datasource name from target",
|
|
217
196
|
"datasourceFromScreenName": "Get Datasource",
|
|
218
197
|
"datasourceFromScreenParam0": "Datasource name",
|
|
@@ -245,6 +224,7 @@
|
|
|
245
224
|
"enableComponentDesc": "Function that enable a component from screen",
|
|
246
225
|
"enableHighAccuracy": "Enable High Accuracy",
|
|
247
226
|
"error": "Error",
|
|
227
|
+
"EthernetConnection": "Ethernet connection",
|
|
248
228
|
"eventCategory": "Events",
|
|
249
229
|
"executeAsynchronousDescription": "Function that execute statement asynchronously",
|
|
250
230
|
"executeAsynchronousName": "Execute asynchronous",
|
|
@@ -257,6 +237,7 @@
|
|
|
257
237
|
"executeSql": "Run Command SQL",
|
|
258
238
|
"executeSqlDescription": "Function to execute command SQL.",
|
|
259
239
|
"expirationTime": "Expires: Expiration time for the defined interval.",
|
|
240
|
+
"EXTERNAL": "EXTERNAL",
|
|
260
241
|
"extractTextByRegex": "Extract text with Reg. Expression",
|
|
261
242
|
"extractTextByRegexDescription": "Function to extract text with Reg. Expression. Returns a list with incidences, if found.",
|
|
262
243
|
"fade": "Fade",
|
|
@@ -276,6 +257,7 @@
|
|
|
276
257
|
"formatQRCode": "Format: Format to be searched",
|
|
277
258
|
"function": "Function",
|
|
278
259
|
"functionConvertToLogic": "Function to convert to logical",
|
|
260
|
+
"functioncreatePromise": "Function to create a promise object",
|
|
279
261
|
"functionToCallServerBlockly": "function to block server call",
|
|
280
262
|
"functionToCallServerBlocklyAsync": "function to block server call async",
|
|
281
263
|
"functionToChangeTitleScreen": "Function to change the title of the form",
|
|
@@ -324,15 +306,12 @@
|
|
|
324
306
|
"functionToNewDate": "Function to create new date",
|
|
325
307
|
"functionToOpenUrl": "Function to open url",
|
|
326
308
|
"functionToUpdateDate": "Function to update an date",
|
|
327
|
-
"functioncreatePromise": "Function to create a promise object",
|
|
328
309
|
"gallery": "Photo Library",
|
|
329
310
|
"getApplicationName": "Get application name",
|
|
330
311
|
"getAttributeValueDescription": "Function that get an attribute value",
|
|
331
312
|
"getAttributeValueName": "Get an attribute value",
|
|
332
313
|
"getBaseUrlDescription": "Function to get server's base url",
|
|
333
314
|
"getBaseUrlName": "Get Base Url",
|
|
334
|
-
"getCEPDescription": "Function to fetch zip code data",
|
|
335
|
-
"getCEPName": "Get zip code",
|
|
336
315
|
"getCalendarMax": "Get maximum date",
|
|
337
316
|
"getCalendarMaxDesc": "Gets the maximum calendar date.",
|
|
338
317
|
"getCalendarMin": "Get minimum date",
|
|
@@ -341,6 +320,8 @@
|
|
|
341
320
|
"getCalendarSelectDatesDesc": "Gets the list of selected dates from the calendar. (Available only if the calendar selection mode is set to 'Multiple')",
|
|
342
321
|
"getCalendarValue": "Get current Date",
|
|
343
322
|
"getCalendarValueDesc": "Gets the date of the current single selection from the calendar.",
|
|
323
|
+
"getCEPDescription": "Function to fetch zip code data",
|
|
324
|
+
"getCEPName": "Get zip code",
|
|
344
325
|
"getChatUser": "Get Chat User",
|
|
345
326
|
"getChatUserDesc": "Returns the Current Chat User Info",
|
|
346
327
|
"getChildrenDescription": "Function that return a list with children element",
|
|
@@ -400,12 +381,12 @@
|
|
|
400
381
|
"getStorageItemDescription": "Function to obtain value stored in 'Local Storage'.",
|
|
401
382
|
"getURLFromOthersDescription": "Function that do a request into a URL and get the content result",
|
|
402
383
|
"getURLFromOthersName": "Get URL content",
|
|
403
|
-
"getUserToken": "Get user logged Token",
|
|
404
|
-
"getUserTokenDesc": "Function that get an user logged token (X-AUTH-TOKEN)",
|
|
405
384
|
"getUser": "Get Logged User",
|
|
406
385
|
"getUserDesc": "Function that returns the Logged User",
|
|
407
386
|
"getUserName": "Get Logged User Name",
|
|
408
387
|
"getUserNameDesc": "Function that returns the name of the Logged User",
|
|
388
|
+
"getUserToken": "Get user logged Token",
|
|
389
|
+
"getUserTokenDesc": "Function that get an user logged token (X-AUTH-TOKEN)",
|
|
409
390
|
"getValueIsNotNumber": "Get value that is not number",
|
|
410
391
|
"getValueOfField": "Get value of field",
|
|
411
392
|
"getYearFromDate": "Get year of date",
|
|
@@ -430,11 +411,12 @@
|
|
|
430
411
|
"hour": "Hour",
|
|
431
412
|
"hours": "Hours",
|
|
432
413
|
"hoursToIncrement": "Hours to increase",
|
|
414
|
+
"HTTPMethod": "Request method",
|
|
433
415
|
"icon": "Icon",
|
|
434
416
|
"iconUrl": "User image URL",
|
|
435
417
|
"id": "Id",
|
|
436
|
-
"idContextMenuParam": "Menu identifier",
|
|
437
418
|
"idAccordion": "Accordion Identifier",
|
|
419
|
+
"idContextMenuParam": "Menu identifier",
|
|
438
420
|
"idItemListMenuParam": "Opens at component",
|
|
439
421
|
"idsFromScreen": "Get Identifier: Identifier (id) to be gotten from a selected form",
|
|
440
422
|
"incDay": "Increment day on date",
|
|
@@ -444,6 +426,7 @@
|
|
|
444
426
|
"incSecond": "Increment second on date",
|
|
445
427
|
"incYear": "Increase year by date",
|
|
446
428
|
"info": "Info",
|
|
429
|
+
"INTERNAL": "INTERNAL",
|
|
447
430
|
"isEditingMode": "Is the form in edit mode?",
|
|
448
431
|
"isInsertingMode": "Is the form in insertion mode?",
|
|
449
432
|
"isShownIonicModal": "Is shown modal?",
|
|
@@ -462,12 +445,19 @@
|
|
|
462
445
|
"left": "Left",
|
|
463
446
|
"listBreadcrumb": "Breadcrumb Item",
|
|
464
447
|
"listBreadcrumbDesc": "Creates a breadcrumb path item",
|
|
465
|
-
"listBreadcrumbTitle": "Title",
|
|
466
|
-
"listBreadcrumbLink": "URL",
|
|
467
448
|
"listBreadcrumbIcon": "Icon",
|
|
449
|
+
"listBreadcrumbLink": "URL",
|
|
468
450
|
"listBreadcrumbRoot": "Main item?",
|
|
451
|
+
"listBreadcrumbTitle": "Title",
|
|
469
452
|
"loadMoreName": "Load more itens",
|
|
470
453
|
"loadMoreNameDescription": "Function that invokes the next page from the selected datasource",
|
|
454
|
+
"LogicIsEmptyDescription": "Function that check if a variable is empty",
|
|
455
|
+
"LogicIsEmptyName": "is empty?",
|
|
456
|
+
"LogicIsNullDescription": "Function that check if a variable is null",
|
|
457
|
+
"LogicIsNullName": "is null?",
|
|
458
|
+
"LogicIsNullOrEmptyDescription": "Function that check if a variable is null or empty",
|
|
459
|
+
"LogicIsNullOrEmptyName": "is null or empty?",
|
|
460
|
+
"LogicIsNullParam": "Variable: Variable to be checked",
|
|
471
461
|
"logoutDescription": "Function that logout an user",
|
|
472
462
|
"logoutName": "Logout",
|
|
473
463
|
"makeCallServerBlocklyAsync": "call blockly asynchronous server - callback with blockly",
|
|
@@ -488,6 +478,8 @@
|
|
|
488
478
|
"navigateCalendarTo": "Navigate calendar to",
|
|
489
479
|
"navigateCalendarToDesc": "Changes the current calendar view to the chosen date.",
|
|
490
480
|
"newDate": "New date",
|
|
481
|
+
"newline": "Newline",
|
|
482
|
+
"newlineDescription": "Function that returns a newline '\\n'",
|
|
491
483
|
"newTab": "New tab?",
|
|
492
484
|
"newXMLElementDescription": "Function that create a XML element",
|
|
493
485
|
"newXMLElementName": "Create XML element",
|
|
@@ -495,17 +487,17 @@
|
|
|
495
487
|
"newXMLEmptyName": "Create XML",
|
|
496
488
|
"newXMLEmptyWithRootDescription": "Function that creates XML with root element",
|
|
497
489
|
"newXMLEmptyWithRootName": "Create XML",
|
|
498
|
-
"newline": "Newline",
|
|
499
|
-
"newlineDescription": "Function that returns a newline '\\n'",
|
|
500
490
|
"nextRecordDescription": "Function that go forward datasource cursor",
|
|
501
491
|
"nextRecordName": "Go forward record",
|
|
502
492
|
"nextRecordParam0": "Datasource",
|
|
503
493
|
"no": "No",
|
|
504
494
|
"node": "Node",
|
|
495
|
+
"NoNetworkConnection": "No network connection",
|
|
505
496
|
"notificationCategory": "Notifications",
|
|
506
497
|
"number": "Number",
|
|
507
498
|
"obj": "Object",
|
|
508
499
|
"object": "Object",
|
|
500
|
+
"ObjectType.DATETIME": "Date",
|
|
509
501
|
"openDashboard": "Open dashboard",
|
|
510
502
|
"openDashboardDescription": "Function responsible for opening a dashboard",
|
|
511
503
|
"openDatabase": "Create Database",
|
|
@@ -642,10 +634,10 @@
|
|
|
642
634
|
"slideInDown": "Swipe down",
|
|
643
635
|
"slideInUp": "Swipe up",
|
|
644
636
|
"smallerDateToBeSubtracted": "Minor date to be subtracted",
|
|
645
|
-
"sociaLoginDescription": "Function that login with selected social network",
|
|
646
637
|
"socialLogin": "Social Login",
|
|
647
638
|
"socialLoginDescription": "Function to login with social media (Facebook|Github|Google|Linkedin)",
|
|
648
639
|
"socialNetwork": "Social Network",
|
|
640
|
+
"sociaLoginDescription": "Function that login with selected social network",
|
|
649
641
|
"ssoLogin": "SSO Login (Oauth2)",
|
|
650
642
|
"ssoLoginDescription": "Function to login using SSO credentials. (Oauth2)",
|
|
651
643
|
"startEditingModeDescription": "Function that receive a datasource and start the edition mode",
|
|
@@ -676,21 +668,24 @@
|
|
|
676
668
|
"timeout": "Time Out",
|
|
677
669
|
"title": "title",
|
|
678
670
|
"toLogic": "For logic",
|
|
671
|
+
"top": "Top",
|
|
679
672
|
"toSupplyText": "Supply Text",
|
|
680
673
|
"toSupplyTextDescription": "Function to format text with replacement",
|
|
681
674
|
"toSupplyTextParam0": "Text: Text that will be formatted, ex. Today is {0} of month {1} and year {2}",
|
|
682
675
|
"toSupplyTextParam1": "Term: Term to replace in Text, ex. [31, 12, 2050]",
|
|
683
|
-
"top": "Top",
|
|
684
676
|
"true": "True",
|
|
685
677
|
"type": "Type",
|
|
686
678
|
"typeOf": "Is type of?",
|
|
687
679
|
"typeOfDescription": "Function that verify if a variable is of determined type",
|
|
688
680
|
"typeReplaceElement": "Type used to regex",
|
|
689
681
|
"undefined": "Undefined",
|
|
682
|
+
"UnknownConnection": "Unknown connection",
|
|
690
683
|
"updateDate": "Update date",
|
|
691
684
|
"url": "Destination url",
|
|
685
|
+
"URLAddress": "Endereço URL: Endereço completo do arquivo. Exemplo: https://www.cronapp.io",
|
|
692
686
|
"validateTextWithRegex": "Validate text with Reg. Expression",
|
|
693
687
|
"validateTextWithRegexDescription": "Function that validate text with Reg. Expression. Returns true if it finds or false if it doesn't find the text.",
|
|
688
|
+
"Value": "Value",
|
|
694
689
|
"value": "Value",
|
|
695
690
|
"verifyConnection": "Check Network Status",
|
|
696
691
|
"verifyConnectionDescription": "Function to check the status of the device connection.",
|
|
@@ -705,22 +700,29 @@
|
|
|
705
700
|
"watchID": "Observe Id",
|
|
706
701
|
"watchPosition": "Observe Position",
|
|
707
702
|
"watchPositionDescription": "Function to observe the change in geo-referenced position.",
|
|
708
|
-
"width": "Width",
|
|
709
|
-
"year": "Year",
|
|
710
|
-
"yearsToIncrement": "Years to increase",
|
|
711
|
-
"yes": "Yes",
|
|
712
|
-
"zoom": "Zoom",
|
|
713
703
|
"websocketFunction": "Connect to Websocket",
|
|
704
|
+
"websocketFunctionClose": "Close Websocket",
|
|
705
|
+
"websocketFunctionCloseDescription": "Close the Websocket connection created with the 'Connect to Websocket' function",
|
|
706
|
+
"websocketFunctionCloseParamWs": "Websocket: Reference taken from function 'Connect to Websocket'",
|
|
714
707
|
"websocketFunctionDescription": "Function that connects to a websocket server and returns the connection reference",
|
|
715
|
-
"websocketFunctionParamServer": "Server: Websocket url server. Must start with wss://",
|
|
716
|
-
"websocketFunctionParamCallbackOpen": "On Connected: Action to take when connected to server",
|
|
717
|
-
"websocketFunctionParamCallbackOnMessage": "On Receiving Message: Action to be performed when receiving a message from the server",
|
|
718
708
|
"websocketFunctionParamCallbackOnError": "On Error: Action to be taken on error",
|
|
709
|
+
"websocketFunctionParamCallbackOnMessage": "On Receiving Message: Action to be performed when receiving a message from the server",
|
|
710
|
+
"websocketFunctionParamCallbackOpen": "On Connected: Action to take when connected to server",
|
|
711
|
+
"websocketFunctionParamServer": "Server: Websocket url server. Must start with wss://",
|
|
719
712
|
"websocketFunctionSend": "Send Message over Websocket",
|
|
720
713
|
"websocketFunctionSendDescription": "Sends a text message to a websocket server, whose connection was established with the 'Connect to Websocket' function",
|
|
721
|
-
"websocketFunctionSendParamWs": "Websocket: Reference obtained with 'Connect to Websocket' function",
|
|
722
714
|
"websocketFunctionSendParamMessage": "Message: Text message to be sent",
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
"
|
|
715
|
+
"websocketFunctionSendParamWs": "Websocket: Reference obtained with 'Connect to Websocket' function",
|
|
716
|
+
"width": "Width",
|
|
717
|
+
"WiFiConnection": "WiFi connection",
|
|
718
|
+
"XMLDocumentToTextDescription": "Function that convert a XML document or XML element to text",
|
|
719
|
+
"XMLDocumentToTextName": "Convert XML to text",
|
|
720
|
+
"XMLGetRootElementDescription": "Function that get a root element from a XML document or from a XMl element",
|
|
721
|
+
"XMLGetRootElementName": "Get root element",
|
|
722
|
+
"XMLHasRootElementDescription": "Function that verify if exists a XML root element on XML document",
|
|
723
|
+
"XMLHasRootElementName": "Has Root element?",
|
|
724
|
+
"year": "Year",
|
|
725
|
+
"yearsToIncrement": "Years to increase",
|
|
726
|
+
"yes": "Yes",
|
|
727
|
+
"zoom": "Zoom"
|
|
726
728
|
}
|