We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a920b1 commit 0292220Copy full SHA for 0292220
src/types.ts
@@ -17,17 +17,18 @@ export enum HttpErrorsEnum {
17
ErrInvalidParameter = 422,
18
SrvErrInternalServerError = 500
19
}
20
-export enum RoutingNames {
+export enum RoutingNames {
21
login = 'login',
22
register = 'register',
23
- configure = 'configure',
24
- busses = 'busses',
25
- specifications = 'specifications',
26
- slaves = 'slaves',
+ configure = 'configure',
+ busses = 'busses',
+ specifications = 'specifications',
+ slaves = 'slaves',
27
specification = 'specification'
28
29
export interface ImqttClient extends IClientOptions {
30
- mqttserverurl?: string
+ mqttserverurl?: string,
31
+ ssl?: boolean
32
33
34
export interface IRTUConnection {
0 commit comments