Class SetAuthorizationStateCommand

java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetAuthorizationStateCommand

@NonNullByDefault public class SetAuthorizationStateCommand extends Command
Command to set the authorization state.
Author:
Florian Hotze - Initial contribution
  • Constructor Details

    • SetAuthorizationStateCommand

      public SetAuthorizationStateCommand(AuthorizationState state)
      Create a new command to set the authorization state.
      Parameters:
      state - the authorization state
  • Method Details