import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; import { sendMessage } from "./client.js"; import { buildSynologyChatInboundContext, type SynologyInboundMessage } from "./inbound-context.js"; import { getSynologyRuntime } from "./runtime.js"; import { buildSynologyChatInboundSessionKey } from "./session-key.js"; import type { ResolvedSynologyChatAccount } from "./types.js";
const CHANNEL_ID = "synology-chat";
type SynologyChannelLog = {
info?: (...args: unknown[]) => void;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.