Skip to content

Commit 0a06b2c

Browse files
author
rolsen
committed
Fix: T8 module support
- Removed superfluous supportedDevices entry. - Set T8 minFW for modules to 0.1.
1 parent d1528c6 commit 0a06b2c

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

ljswitchboard-module_manager/lib/switchboard_modules/dashboard_v2/module.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
"framework":"singleDevice",
66
"third_party_code":[],
77
"supportedDevices": [
8-
{"type":"T8","minFW":"1.5"},
8+
{"type":"T8","minFW":"0.1"},
99
{"type":"T7","subclass":["Pro",""],"minFW":"0.01"},
1010
{"type":"T4","minFW":"0.01"}
1111
],
12-
"supportedDevices": [{"type":"T7","subclass":["Pro",""],"minFW":"0.01"}, {"type":"T4","minFW":"0.01"}, {"type":"T5","minFW":"0.01"}],
1312
"jsFiles":[
1413
"deviceDashboardController.js",
1514
"deviceControlLocationDefinitions.js"

ljswitchboard-module_manager/lib/switchboard_modules/device_info_fw/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"third_party_code":[],
77
"supportedDevices": [
88
{"type":"Digit"},
9-
{"type":"T8","minFW":"1.5"},
9+
{"type":"T8","minFW":"0.1"},
1010
{"type":"T7","minFW":"0.1"},
1111
{"type":"T4","minFW":"0.1"}
1212
],

ljswitchboard-module_manager/lib/switchboard_modules/global_config_fw/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"framework":"multipleDevices",
66
"supportedDevices": [
7-
{"type":"T8","minFW":"1.5"},
7+
{"type":"T8","minFW":"0.1"},
88
{"type":"T7","minFW":"0.1"},
99
{"type":"T4","minFW":"0.1"}
1010
],

ljswitchboard-module_manager/lib/switchboard_modules/lua_script_debugger/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"humanName": "Lua Script Debugger",
44
"version": "0.0.1",
55
"supportedDevices": [
6-
{"type":"T8","minFW":"1.5"},
6+
{"type":"T8","minFW":"0.1"},
77
{"type":"T7","minFW":"1.0078"},
88
{"type":"T4","minFW":"0.2000"}
99
],

ljswitchboard-module_manager/lib/switchboard_modules/network_settings/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"framework":"singleDevice",
66
"third_party_code":[],
77
"supportedDevices": [
8-
{"type":"T8","minFW":"1.5"},
8+
{"type":"T8","minFW":"0.1"},
99
{"type":"T7","minFW":"0.1", "subclass":["Pro",""]},
1010
{"type":"T4","minFW":"0.1"}
1111
],

ljswitchboard-module_manager/lib/switchboard_modules/powerup_defaults_fw/module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"framework":"multipleDevices",
66
"supportedDevices": [
7-
{"type":"T8","minFW":"1.5"},
7+
{"type":"T8","minFW":"0.1"},
88
{"type":"T7","minFW":"0.1"},
99
{"type":"T4","minFW":"0.1"}
1010
],

0 commit comments

Comments
 (0)