SetCustomConfigCommand
public struct SetCustomConfigCommand : CommandRequest
Command to set the custom config.
See also
Commands
-
Initialize a command request.
Declaration
Swift
public init(config: DeviceConfigElement)Parameters
configThe config element to be set on the component.
View on GitHub
SetCustomConfigCommand Structure Reference