We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609c92c commit 281db4fCopy full SHA for 281db4f
cmd/tesla-control/commands.go
@@ -42,7 +42,7 @@ func configureFlags(c *cli.Config, commandName string, forceBLE bool) error {
42
return ErrUnknownCommand
43
}
44
c.Flags = cli.FlagBLE
45
- if info.requiresAuth {
+ if (forceBLE && commandName == "wake") || info.requiresAuth {
46
c.Flags |= cli.FlagPrivateKey | cli.FlagVIN
47
48
if !info.requiresFleetAPI {
0 commit comments