Skip to content

Commit

Permalink
Update generated DOCUMENTATION.MD and entry.tp JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Jul 19, 2022
1 parent 2947125 commit 90b7578
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
12 changes: 10 additions & 2 deletions DOCUMENTATION.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down Expand Up @@ -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)

Expand Down
11 changes: 10 additions & 1 deletion entry.tp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": 6,
"version": 1000001,
"version": 1000100,
"name": "MSFS Touch Portal Plugin",
"id": "MSFSTouchPortalPlugin",
"configuration": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 90b7578

Please sign in to comment.