MQTT: {
connectionOptions: string;
decodeOptions: string;
enabled: boolean;
messageFormat: "json" | "csv";
topic: string;
url: string;
}
Type declaration
connectionOptions: string
decodeOptions: string
enabled: boolean
messageFormat: "json" | "csv"
topic: string
url: string
Linkcode
https://github.com/sensebox/openSenseMap-API/blob/861dd9b2e9498b380b52839da84aa9ab27f1fc42/packages/models/src/box/integrations.js#L8