Removed all any ts types
This commit is contained in:
parent
e169264d2d
commit
708c1f74b5
4
hub.ts
4
hub.ts
@ -20,8 +20,8 @@ export class Hub extends EventEmitter {
|
||||
public type: Consts.Hubs = Consts.Hubs.UNKNOWN;
|
||||
public uuid: string;
|
||||
|
||||
protected _ports: any = {};
|
||||
protected _characteristics: any = {};
|
||||
protected _ports: {[port: string]: Port} = {};
|
||||
protected _characteristics: {[uuid: string]: Characteristic} = {};
|
||||
|
||||
private _peripheral: Peripheral;
|
||||
private _rssi: number = -100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user