Table of Contents

Enum APIType

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Determines whether the client communicates with the Overkiz cloud or a local gateway.

public enum APIType

Fields

Cloud = 0

Communicate via the Overkiz cloud API (default for all named servers).

Local = 1

Communicate directly with a local gateway using the developer-mode API token.