IspAction

public struct IspAction : Equatable

A single ISP-stats action descriptor advertised by an adapter. The id identifies the action and defines the shape of the value payload Speedify.performIspAction(...) expects. Action descriptors are static for the lifetime of an adapter’s hardware association; fetch via Speedify.getIspActions(adapterID:). @since 16.8

  • id

    Stable identifier (e.g. "reboot", "stow", "unstow", "reset", "set_sleep"). @since 16.8

    Declaration

    Swift

    public var id: String
  • Declaration

    Swift

    public init(id: String)
  • Declaration

    Swift

    public init?(json: [String : Any])