From 90b7578822f5233d34939d259f9061b05ec9aa1a Mon Sep 17 00:00:00 2001 From: Max Paperno Date: Tue, 19 Jul 2022 13:02:57 -0400 Subject: [PATCH] Update generated DOCUMENTATION.MD and entry.tp JSON. --- DOCUMENTATION.MD | 12 ++++++++++-- entry.tp | 11 ++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION.MD b/DOCUMENTATION.MD index c27cde1..a91d58a 100644 --- a/DOCUMENTATION.MD +++ b/DOCUMENTATION.MD @@ -4,7 +4,7 @@ This plugin provides a two-way interface between Touch Portal and Flight Simulat For further documentation, please see https://github.com/mpaperno/MSFSTouchPortalPlugin/wiki -This documentation generated for plugin v1.0.0.1 +This documentation generated for plugin v1.0.1.0 --- @@ -95,7 +95,15 @@ Note that using this plugin's installation folder for custom data storage is not | --- | --- | --- | --- | --- | | False | number | 0 | 0 | 1 | -Set to 1 to automatically load latest HubHop data when plugin starts. Set to 0 to disable. Updates can always be triggered manually via the Action *MSFS - Plugin -> Connect & Update*. +Set to 1 to automatically load latest HubHop data when plugin starts. Set to 0 to disable. Updates can always be triggered manually via the Action *MSFS - Plugin -> Connect & Update*. **Updates require a working Internet connection!** + +### HubHop Data Update Timeout (seconds) + +| Read-only | Type | Default Value | Min. Value | Max. Value | +| --- | --- | --- | --- | --- | +| False | number | 60 | 0 | 600 | + +Maximum number of seconds to wait for a HubHop data update check or download via the Internet. ### Sort Local Variables Alphabetically (0/1) diff --git a/entry.tp b/entry.tp index 7fa7c40..d28a1a0 100644 --- a/entry.tp +++ b/entry.tp @@ -1,6 +1,6 @@ { "sdk": 6, - "version": 1000001, + "version": 1000100, "name": "MSFS Touch Portal Plugin", "id": "MSFSTouchPortalPlugin", "configuration": { @@ -3310,6 +3310,15 @@ "isPassword": false, "readOnly": false }, + { + "name": "HubHop Data Update Timeout (seconds)", + "type": "number", + "default": "60", + "minValue": 0.0, + "maxValue": 600.0, + "isPassword": false, + "readOnly": false + }, { "name": "Sort Local Variables Alphabetically (0/1)", "type": "number",