This commit is contained in:
pdxlocations
2023-09-30 10:32:54 -07:00
parent f5b498a685
commit af76050bfe

View File

@@ -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: "Send messages from the local mesh to MQTT",
},
{
type: "toggle",
name: "settings.downlinkEnabled",
label: "Downlink Enabled",
description: "Send messages to the local mesh from MQTT",
description: "Send messages from MQTT to the local mesh",
},
],
},