Clean up
This commit is contained in:
@@ -13,10 +13,6 @@ export const addMqttConnectionEvent: Event<AddMqttConnection> = {
|
||||
topic: 'connection/add/mqtt',
|
||||
}
|
||||
|
||||
interface RemoveConnection {
|
||||
connectionId: string,
|
||||
}
|
||||
|
||||
export const removeConnection: Event<string> = {
|
||||
topic: 'connection/remove',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user