UNPKG

@iobroker/js-controller-common-db

Version:

The Library contains the common utils for the ioBroker controller which can be used by db classes too, as they do not rely on the db (circular dependencies).

11 lines 562 B
/** Prefix for system internal adapter and instance ids */ export declare const SYSTEM_ADAPTER_PREFIX = "system.adapter."; /** Prefix for host object ids */ export declare const SYSTEM_HOST_PREFIX = "system.host."; /** The system repositories id */ export declare const SYSTEM_REPOSITORIES_ID = "system.repositories"; /** The system config id */ export declare const SYSTEM_CONFIG_ID = "system.config"; /** Unicode symbol to be appended on endkey of getObjectView */ export declare const HIGHEST_UNICODE_SYMBOL = "\u9999"; //# sourceMappingURL=constants.d.ts.map