From 5996ae14b044599457f9cbd5ad28860ca5acf879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 9 Nov 2017 00:02:59 +0100 Subject: [PATCH] Split id as deviceId and moduleId in module.json descriptor files. --- packages/uhk-web/src/devices/uhk60-right/module.json | 2 +- .../uhk-web/src/modules/key-cluster-staggered-left/module.json | 2 +- .../uhk-web/src/modules/touchpad-staggered-right/module.json | 2 +- .../uhk-web/src/modules/trackball-staggered-right/module.json | 2 +- .../uhk-web/src/modules/trackpoint-staggered-right/module.json | 2 +- packages/uhk-web/src/modules/uhk60-left/module.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/uhk-web/src/devices/uhk60-right/module.json b/packages/uhk-web/src/devices/uhk60-right/module.json index ccda8345..6715b8b0 100644 --- a/packages/uhk-web/src/devices/uhk60-right/module.json +++ b/packages/uhk-web/src/devices/uhk60-right/module.json @@ -1,5 +1,5 @@ { - "id": 0, + "deviceId": 1, "name": "uhk60-right", "description": "Right UHK60 keyboard half", "slot": "right-half", diff --git a/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json b/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json index 282ee4e6..d09dd5a8 100644 --- a/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json +++ b/packages/uhk-web/src/modules/key-cluster-staggered-left/module.json @@ -1,5 +1,5 @@ { - "id": 2, + "moduleId": 2, "name": "key-cluster-staggered-left", "description": "Left key cluster", "slot": "left-addon", diff --git a/packages/uhk-web/src/modules/touchpad-staggered-right/module.json b/packages/uhk-web/src/modules/touchpad-staggered-right/module.json index 4ae67bc0..a1c007dc 100644 --- a/packages/uhk-web/src/modules/touchpad-staggered-right/module.json +++ b/packages/uhk-web/src/modules/touchpad-staggered-right/module.json @@ -1,5 +1,5 @@ { - "id": 5, + "moduleId": 5, "name": "touchpad-stagered-right", "description": "Right touchpad", "slot": "right-addon", diff --git a/packages/uhk-web/src/modules/trackball-staggered-right/module.json b/packages/uhk-web/src/modules/trackball-staggered-right/module.json index 7ec8e1dd..6d6cf696 100644 --- a/packages/uhk-web/src/modules/trackball-staggered-right/module.json +++ b/packages/uhk-web/src/modules/trackball-staggered-right/module.json @@ -1,5 +1,5 @@ { - "id": 3, + "moduleId": 3, "name": "trackball-staggered-right", "description": "Right trackball", "slot": "right-addon", diff --git a/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json b/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json index 59e14b5d..9dbdf349 100644 --- a/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json +++ b/packages/uhk-web/src/modules/trackpoint-staggered-right/module.json @@ -1,5 +1,5 @@ { - "id": 4, + "moduleId": 4, "name": "trackpoint-staggered-right", "description": "Right trackpoint", "slot": "right-addon", diff --git a/packages/uhk-web/src/modules/uhk60-left/module.json b/packages/uhk-web/src/modules/uhk60-left/module.json index 24c72e33..19c9b30b 100644 --- a/packages/uhk-web/src/modules/uhk60-left/module.json +++ b/packages/uhk-web/src/modules/uhk60-left/module.json @@ -1,5 +1,5 @@ { - "id": 1, + "moduleId": 1, "name": "uhk60-left", "description": "Left UHK60 keyboard half", "slot": "left-half",