Browse Source

description clarity

pull/133/head
pdxlocations 3 years ago
parent
commit
273ec23fc0
  1. 4
      src/components/PageComponents/Channel.tsx

4
src/components/PageComponents/Channel.tsx

@ -76,13 +76,13 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "toggle",
name: "settings.uplinkEnabled",
label: "Uplink Enabled",
description: "Send messages to MQTT from the local mesh",
description: "Sends messages to MQTT from the local mesh",
},
{
type: "toggle",
name: "settings.downlinkEnabled",
label: "Downlink Enabled",
description: "Forward messages from MQTT to the local mesh",
description: "Sends messages from the local mesh to MQTT",
},
],
},

Loading…
Cancel
Save