@aixpand/nest-module
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published
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,
    }
})

Package Sidebar

Install

npm i @aixpand/nest-module

Weekly Downloads

7

Version

0.4.3

License

MIT

Unpacked Size

189 kB

Total Files

64

Last publish

Collaborators

  • narcix
  • radu.lupaescu