Table of Contents

Class OpenClawStatus

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record OpenClawStatus : IEquatable<OpenClawStatus>
Inheritance
OpenClawStatus
Implements
Inherited Members

Properties

Connected

[JsonIgnore]
public bool Connected { get; }

Property Value

bool

ConnectedRaw

[JsonPropertyName("connected")]
public bool ConnectedRaw { get; init; }

Property Value

bool

DefaultMode

[JsonPropertyName("defaultMode")]
public string? DefaultMode { get; init; }

Property Value

string

Enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; init; }

Property Value

bool

OverrideActive

[JsonPropertyName("overrideActive")]
public bool OverrideActive { get; init; }

Property Value

bool

OverrideChannels

[JsonPropertyName("overrideChannels")]
public string[] OverrideChannels { get; init; }

Property Value

string[]

RegisteredAgentCount

[JsonIgnore]
public int RegisteredAgentCount { get; }

Property Value

int

RegisteredAgents

[JsonPropertyName("registeredAgents")]
public string[] RegisteredAgents { get; init; }

Property Value

string[]