Change 'powerScreenEnabled' config type to toggle

This commit is contained in:
Rafael Cortês
2024-08-31 10:51:53 +01:00
parent b9a8a2ba6c
commit 05a6b6293e

View File

@@ -87,7 +87,7 @@ export const Telemetry = (): JSX.Element => {
description: "How often to send Power data over the mesh",
},
{
type: "text",
type: "toggle",
name: "powerScreenEnabled",
label: "Power Screen Enabled",
description: "Enable the Power Telemetry Screen",