Class OpenClawBridgeState
- Namespace
- JD.AI.Daemon.Services
- Assembly
- JD.AI.Daemon.dll
public sealed record OpenClawBridgeState : IEquatable<OpenClawBridgeState>
- Inheritance
-
OpenClawBridgeState
- Implements
-
- Inherited Members
-
Constructors
OpenClawBridgeState(bool, bool, string, bool, IReadOnlyList<string>)
public OpenClawBridgeState(bool Enabled, bool AutoConnect, string DefaultMode, bool OverrideActive, IReadOnlyList<string> OverrideChannels)
Parameters
Enabled bool
AutoConnect bool
DefaultMode string
OverrideActive bool
OverrideChannels IReadOnlyList<string>
Properties
AutoConnect
public bool AutoConnect { get; init; }
Property Value
- bool
DefaultMode
public string DefaultMode { get; init; }
Property Value
- string
Enabled
public bool Enabled { get; init; }
Property Value
- bool
OverrideActive
public bool OverrideActive { get; init; }
Property Value
- bool
OverrideChannels
public IReadOnlyList<string> OverrideChannels { get; init; }
Property Value
- IReadOnlyList<string>