UNPKG

@iobroker/db-states-jsonl

Version:

The Library contains the JSONL Database classes for File based states database client and server.

9 lines 283 B
export { Client } from '@iobroker/db-states-redis'; export { StatesInMemoryServerClass as Server } from './lib/states/statesInMemServerClass.js'; /** * Get the default port of the objects db */ export function getDefaultPort() { return 9000; } //# sourceMappingURL=index.js.map