Renamed lib module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { MultiMessageBroker, FileImporter } from "prototyp";
|
||||
import { MultiMessageBroker, FileImporter } from "aas-multimessagebroker";
|
||||
|
||||
import HTTPInterfaceServer from "./modules/httpInterfaceServer";
|
||||
import MQTTConnector from "./modules/mqttConnector";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import express from "express";
|
||||
import { AbstractInterfaceServer, Types, Traverser, AASCoreJsonization, AASCoreTypes } from "prototyp";
|
||||
import { AbstractInterfaceServer, Types, Traverser, AASCoreJsonization, AASCoreTypes } from "aas-multimessagebroker";
|
||||
|
||||
export type Config = {
|
||||
bindAddress: string,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as mqtt from "mqtt";
|
||||
import { AbstractConnectionObject } from "prototyp";
|
||||
import type { AASCoreTypes } from "prototyp";
|
||||
import { AbstractConnectionObject } from "aas-multimessagebroker";
|
||||
import type { AASCoreTypes } from "aas-multimessagebroker";
|
||||
|
||||
export default class MQTTConnector extends AbstractConnectionObject<mqtt.IClientOptions> {
|
||||
public static readonly connectorName: string = "MQTT Connector";
|
||||
|
||||
Reference in New Issue
Block a user