mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
ADD: mqtt command to supported commands
This commit is contained in:
parent
ebdd973851
commit
055a8a421f
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ public class Commands {
|
||||||
addCommand("updateAccount", new UpdateAccountCommand());
|
addCommand("updateAccount", new UpdateAccountCommand());
|
||||||
addCommand("updateGroup", new UpdateGroupCommand());
|
addCommand("updateGroup", new UpdateGroupCommand());
|
||||||
addCommand("verify", new VerifyCommand());
|
addCommand("verify", new VerifyCommand());
|
||||||
|
|
||||||
|
// mqtt commands
|
||||||
|
addCommand("mqtt", new MqttCommand());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Map<String, Command> getCommands() {
|
public static Map<String, Command> getCommands() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue