From 572f646abb731dd28c4b4de7eede84a338363f62 Mon Sep 17 00:00:00 2001 From: IMISSED Date: Thu, 3 Nov 2022 14:45:27 -0700 Subject: [PATCH] Delete entry.tp --- SpeedTest/entry.tp | 179 --------------------------------------------- 1 file changed, 179 deletions(-) delete mode 100644 SpeedTest/entry.tp diff --git a/SpeedTest/entry.tp b/SpeedTest/entry.tp deleted file mode 100644 index 765b0f8..0000000 --- a/SpeedTest/entry.tp +++ /dev/null @@ -1,179 +0,0 @@ -{ - "sdk": 6, - "version": 2002, - "name": "SpeedTest", - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest", - "configuration": { - "colorDark": "#0d162c", - "colorLight": "#4b84f3" - }, - "plugin_start_cmd_windows": "%TP_PLUGIN_FOLDER%TPSpeedTest\\TPSpeedtest.exe", - "plugin_start_cmd_linux": "sh %TP_PLUGIN_FOLDER%TPSpeedTest\\start.sh", - "plugin_start_cmd_mac": "sh %TP_PLUGIN_FOLDER%TPSpeedTest\\start.sh", - "categories": [ - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.main", - "name": "Touch Portal SpeedTest", - "imagepath": "%TP_PLUGIN_FOLDER%TPSpeedTest\\icon.png", - "actions": [ - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.act.startTest", - "name": "Start speedtest", - "prefix": "Touch Portal SpeedTest", - "type": "communicate", - "format": "Start speedtest using server {$com.KillerBOSS.TPPlugins.TPSpeedTest.act.startTest.servers$}", - "tryInline": true, - "data": [ - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.act.startTest.servers", - "type": "choice", - "label": "Speedtest Server", - "default": "Best server (based on ping)", - "valueChoices": [] - } - ] - } - ], - "states": [ - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.ping", - "type": "text", - "desc": "Ping", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.isp", - "type": "text", - "desc": "ISP", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.image", - "type": "text", - "desc": "Image", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.status", - "type": "text", - "desc": "Plugin Status", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.server", - "type": "text", - "desc": "Speed Test Server", - "default": "" - } - ], - "events": [], - "connectors": [] - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.download", - "name": "Download Speed Results", - "actions": [], - "states": [ - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.download.bits", - "type": "text", - "desc": "Download speed in (bits)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.download.bytes", - "type": "text", - "desc": "Download speed in (bytes)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.download.kilobits", - "type": "text", - "desc": "Download speed in (kilobits)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.download.kilobytes", - "type": "text", - "desc": "Download speed in (kilobytes)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.download.megabits", - "type": "text", - "desc": "Download speed in (megabits)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.download.megabytes", - "type": "text", - "desc": "Download speed in (megabytes)", - "default": "" - } - ], - "events": [], - "connectors": [] - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.upload", - "name": "Upload Speed Results", - "actions": [], - "states": [ - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.upload.bits", - "type": "text", - "desc": "Upload speed in (bits)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.upload.bytes", - "type": "text", - "desc": "Upload speed in (bytes)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.upload.kilobits", - "type": "text", - "desc": "Upload speed in (kilobits)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.upload.kilobytes", - "type": "text", - "desc": "Upload speed in (kilobytes)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.upload.megabits", - "type": "text", - "desc": "Upload speed in (megabits)", - "default": "" - }, - { - "id": "com.KillerBOSS.TPPlugins.TPSpeedTest.st.result.upload.megabytes", - "type": "text", - "desc": "Upload speed in (megabytes)", - "default": "" - } - ], - "events": [], - "connectors": [] - } - ], - "settings": [ - { - "name": "Auto Start SpeedTest", - "type": "text", - "default": "0", - "minValue": 0, - "maxValue": 360, - "readOnly": false - }, - { - "name": "Auto Check Update", - "type": "text", - "default": "True", - "readOnly": false - } - ] -}