@aixpand/nest-module
v0.4.3
Published
This is the official AiXpand NestJS module for integrating the AiXpand Network Client in a NestJS application.
Downloads
55
Readme
AiXpandModule.register({
mqtt: {
protocol: 'mqtt',
host: '###',
port: 1883,
username: '###',
password: '###',
session: {
clean: true,
clientId: null,
},
},
aixpNamespace: 'lummetry',
name: 'nest-aixp',
fleet: [
'preferred-node',
],
plugins: {},
options: {
bufferPayloadsWhileBooting: false,
cacheType: CacheType.MEMORY,
}
})