From 9196249c82a82cba67510047889d81e75c7d435f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2024 10:58:36 +0200 Subject: [PATCH] EVBox: Make params read only --- evbox/integrationpluginevbox.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/evbox/integrationpluginevbox.json b/evbox/integrationpluginevbox.json index b596f4ca..85284dd5 100644 --- a/evbox/integrationpluginevbox.json +++ b/evbox/integrationpluginevbox.json @@ -21,13 +21,15 @@ "id": "bce7c412-c19a-4e60-a11f-fe8308408abf", "name":"serialPort", "displayName": "Serial port", - "type": "QString" + "type": "QString", + "readOnly": true }, { "id": "abc607a7-7dc5-48d4-b3d0-1545ddc63592", "name":"serialNumber", "displayName": "Serial number", - "type": "QString" + "type": "QString", + "readOnly": true } ], "stateTypes": [ @@ -109,13 +111,15 @@ "id": "159fec55-e73d-4a9d-bbde-b2b44fe7f363", "name":"serialPort", "displayName": "Serial port", - "type": "QString" + "type": "QString", + "readOnly": true }, { "id": "987ddd33-cbcd-4716-bdaa-6824a5295d22", "name":"serialNumber", "displayName": "Serial number", - "type": "QString" + "type": "QString", + "readOnly": true } ], "settingsTypes": [