Table of Contents

Class Action

Namespace
OverKizApi.Models
Assembly
OverKizApi.dll

A set of commands targeting a single device, used as a unit within an execution request. One Action maps directly to one device URL.

public sealed class Action
Inheritance
Action
Inherited Members

Properties

Commands

Ordered list of commands.

public IReadOnlyList<Command> Commands { get; init; }

Property Value

IReadOnlyList<Command>

DeviceUrl

URL of the device these commands are addressed to.

[JsonPropertyName("deviceURL")]
public required string DeviceUrl { get; init; }

Property Value

string