@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 • 520 B
JavaScript
/** Prefix for system internal adapter and instance ids */
export const SYSTEM_ADAPTER_PREFIX = 'system.adapter.';
/** Prefix for host object ids */
export const SYSTEM_HOST_PREFIX = 'system.host.';
/** The system repositories id */
export const SYSTEM_REPOSITORIES_ID = 'system.repositories';
/** The system config id */
export const SYSTEM_CONFIG_ID = 'system.config';
/** Unicode symbol to be appended on endkey of getObjectView */
export const HIGHEST_UNICODE_SYMBOL = '\u9999';
//# sourceMappingURL=constants.js.map