Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created October 3, 2016 20:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save adrianfaciu/f6f349697ea833b7f9ad001ec002025c to your computer and use it in GitHub Desktop.
export class BleDevice {
constructor(public UUID: string,
public name: string,
public state: string) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment