1.0.0 • Published 9 months ago

node-bluez v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Node-BlueZ

A libary to deal with bluetooth on linux

nodeBluez

Kind: global variable
Version: 1.0.0
Author: Dark System

getDevices()

Get all devices that can be paired with.

Kind: global function

connect(name)

Connect to a bluetooth enabled device.

Kind: global function

ParamTypeDescription
namestringThe name of the device to disconnect from

disconnect(name)

Disconnect from a bluetooth device.

Kind: global function

ParamTypeDescription
namestringThe name of the device to disconnect from

on()

Turn on bluetooth.

Kind: global function

off()

Turn off bluetooth.

Kind: global function

1.0.0

9 months ago