mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
set commands under ems context only for ADMINs
This commit is contained in:
@@ -669,7 +669,7 @@ void EMSESP::console_commands(Shell & shell, unsigned int context) {
|
|||||||
|
|
||||||
EMSESPShell::commands->add_command(
|
EMSESPShell::commands->add_command(
|
||||||
ShellContext::EMS,
|
ShellContext::EMS,
|
||||||
CommandFlags::USER,
|
CommandFlags::ADMIN,
|
||||||
flash_string_vector{F_(set), F_(bus_id)},
|
flash_string_vector{F_(set), F_(bus_id)},
|
||||||
flash_string_vector{F_(deviceid_mandatory)},
|
flash_string_vector{F_(deviceid_mandatory)},
|
||||||
[](Shell & shell, const std::vector<std::string> & arguments) {
|
[](Shell & shell, const std::vector<std::string> & arguments) {
|
||||||
@@ -696,7 +696,7 @@ void EMSESP::console_commands(Shell & shell, unsigned int context) {
|
|||||||
|
|
||||||
EMSESPShell::commands->add_command(
|
EMSESPShell::commands->add_command(
|
||||||
ShellContext::EMS,
|
ShellContext::EMS,
|
||||||
CommandFlags::USER,
|
CommandFlags::ADMIN,
|
||||||
flash_string_vector{F_(set), F_(tx_mode)},
|
flash_string_vector{F_(set), F_(tx_mode)},
|
||||||
flash_string_vector{F_(n_mandatory)},
|
flash_string_vector{F_(n_mandatory)},
|
||||||
[](Shell & shell, const std::vector<std::string> & arguments) {
|
[](Shell & shell, const std::vector<std::string> & arguments) {
|
||||||
@@ -719,7 +719,7 @@ void EMSESP::console_commands(Shell & shell, unsigned int context) {
|
|||||||
|
|
||||||
EMSESPShell::commands->add_command(
|
EMSESPShell::commands->add_command(
|
||||||
ShellContext::EMS,
|
ShellContext::EMS,
|
||||||
CommandFlags::USER,
|
CommandFlags::ADMIN,
|
||||||
flash_string_vector{F_(set), F_(read_only)},
|
flash_string_vector{F_(set), F_(read_only)},
|
||||||
flash_string_vector{F_(bool_mandatory)},
|
flash_string_vector{F_(bool_mandatory)},
|
||||||
[](Shell & shell, const std::vector<std::string> & arguments) {
|
[](Shell & shell, const std::vector<std::string> & arguments) {
|
||||||
|
|||||||
Reference in New Issue
Block a user