From 24b4228b528cc396d1845fe7517946471cc06271 Mon Sep 17 00:00:00 2001 From: Bruce Eckstein Date: Mon, 1 Nov 2021 06:11:27 -0400 Subject: [PATCH] modified displayName for sensorlevel and signallevel --- garadget/integrationplugingaradget.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/garadget/integrationplugingaradget.json b/garadget/integrationplugingaradget.json index 6efe07f0..2ca08ce0 100644 --- a/garadget/integrationplugingaradget.json +++ b/garadget/integrationplugingaradget.json @@ -47,7 +47,7 @@ { "id": "024f178c-a920-42d4-887f-1c90a96d5eb3", "name": "signallevel", - "displayName": "Signal Level", + "displayName": "WIFI Signal Level", "displayNameEvent": "Signal Level changed", "type": "int", "defaultValue": 0 @@ -55,9 +55,10 @@ { "id": "4aaeefbd-46d9-4111-b262-a001a47ecb22", "name": "sensorlevel", - "displayName": "Sensor Level", + "displayName": "Lazer Sensor Level", "displayNameEvent": "Sensor Level changed", "type": "int", + "suggestLogging": true, "defaultValue": 0 }, { @@ -66,6 +67,7 @@ "displayName": "Ambient Brightness Level", "displayNameEvent": "Ambient Brightness changed", "type": "int", + "suggestLogging": true, "defaultValue": 0 }, @@ -168,7 +170,7 @@ { "id": "7573d3c5-a867-4123-a7f9-65eb35eac233", "name": "data", - "displayName": "Playload", + "displayName": "Payload", "type": "QString" } ]