@iobroker/db-objects-redis
Version:
The Library contains the Database classes for Redis based objects database client.
11 lines • 376 B
JavaScript
import { defaultRedisInterview } from '@iobroker/js-controller-common-db';
/**
* Custom interview during setup
*
* @param config the prefilled database config
* @returns the database options obtained by the answered questionnaire
*/
export function interview(config) {
return defaultRedisInterview({ config, type: 'objects' });
}
//# sourceMappingURL=interview.js.map