mirror of
https://github.com/meshtastic/web.git
synced 2026-04-24 16:00:32 -04:00
@@ -76,6 +76,17 @@ export const MQTT = (): JSX.Element => {
|
||||
fieldName: "enabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "toggle",
|
||||
name: "jsonEnabled",
|
||||
label: "JSON Enabled",
|
||||
description: "Whether to send/consume JSON packets on MQTT",
|
||||
disabledBy: [
|
||||
{
|
||||
fieldName: "enabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user