Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 319 Bytes

File metadata and controls

19 lines (13 loc) · 319 Bytes

Пак "ЮНИор" Python API

Requiments:

  • python: >=3.6
  • bleak

Currently works only with breath sensor!

(maybe will implement other sensor later)

Usage:

from unior.connection import Connection

connection = Connection('<your mac addr>')

print(connection.value)

connection.disconnect()