Package dev.digiried.wattpilot.commands
Class SetAuthorizationStateCommand
java.lang.Object
dev.digiried.wattpilot.commands.Command
dev.digiried.wattpilot.commands.SetAuthorizationStateCommand
Command to set the authorization state.
- Author:
- Florian Hotze - Initial contribution
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new command to set the authorization state. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of the command wrapped in aCommandValue.
-
Constructor Details
-
SetAuthorizationStateCommand
Create a new command to set the authorization state.- Parameters:
state- the authorization state
-
-
Method Details
-
getValue
Description copied from class:CommandReturns the value of the command wrapped in aCommandValue.
-