mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2950 from swook/master
Add noble/noble.d.ts.Peripheral.state
This commit is contained in:
Vendored
+1
@@ -24,6 +24,7 @@ declare module "noble" {
|
||||
advertisement: Advertisement;
|
||||
rssi: number;
|
||||
services: string[];
|
||||
state: string;
|
||||
|
||||
connect(callback?: (error: string) => void): void;
|
||||
disconnect(callback?: () => void): void;
|
||||
|
||||
Reference in New Issue
Block a user