@psdk/device-bluetooth-traits
Advanced tools
Comparing version 0.2.24 to 0.2.25
export declare class JluetoothDevice<T> { | ||
private readonly _origin; | ||
private readonly _name; | ||
origin: T; | ||
name: String; | ||
deviceId: String; | ||
constructor(options: { | ||
origin: T; | ||
name: String; | ||
deviceId: String; | ||
}); | ||
origin(): T; | ||
name(): String; | ||
} | ||
@@ -11,0 +11,0 @@ export interface ConnectOptions { |
@@ -6,12 +6,7 @@ "use strict"; | ||
constructor(options) { | ||
this._origin = options.origin; | ||
this._name = options.name; | ||
this.origin = options.origin; | ||
this.name = options.name; | ||
this.deviceId = options.deviceId; | ||
} | ||
origin() { | ||
return this._origin; | ||
} | ||
name() { | ||
return this._name; | ||
} | ||
} | ||
exports.JluetoothDevice = JluetoothDevice; |
{ | ||
"name": "@psdk/device-bluetooth-traits", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"description": "psdk", | ||
@@ -56,3 +56,3 @@ "main": "build/index.js", | ||
], | ||
"gitHead": "6f48e137892dff48a2e7dfd4c301c65b73e5f2e2" | ||
"gitHead": "ba33a782433c0bddd4f6c56311530c60ed542a2e" | ||
} |
Sorry, the diff of this file is not supported yet
7529
106