SetLowPowerMode
public struct SetLowPowerMode : ShortcutSets the device’s Low Power Mode to on or off.
- 
                  
                  A target state of Low Power Mode. See moreDeclarationSwift public enum Operation
- 
                  
                  The contents of the shortcut. DeclarationSwift public var body: some Shortcut { get }
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(operation: VariableValue<Operation>)ParametersoperationThe target state of Low Power Mode, expressed as a variable value. 
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(operation: Operation)ParametersoperationThe target state of Low Power Mode: on, off, or toggle. 
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(_ onValue: Bool = true)ParametersonValueThe target state of Low Power Mode, on or off. 
 View on GitHub
View on GitHub SetLowPowerMode Structure Reference
        SetLowPowerMode Structure Reference