Skip to content

Commit

Permalink
Change 'powerScreenEnabled' config type to toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfyda committed Aug 31, 2024
1 parent b9a8a2b commit 05a6b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/ModuleConfig/Telemetry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 05a6b62

Please sign in to comment.