Telnet
Commands related to telnet configuration
Set
Set telnet config
Parameters
config: Configuration to set in JSON format
Example
meshtech/diagnostics/cc3fc0fa8d21/command/config/telnet/set
{
"id":"10",
"params":{
"config":{
"enabled":true,
"port":64440,
"auth":[
{
"username":"admin",
"passwordHash":"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"
}
]
}
}
}
meshtech/diagnostics/cc3fc0fa8d21/response/config/telnet/set
{
"id":"10",
"success":true,
"result":"Telnet config set"
}