SCA11H

SCA11H Bed Sensor API Helper


License
MIT
Install
pip install SCA11H==0.1.0

Documentation

SCA11H

Simple wrapper over the Muarata's Bed Sensor. It's based on the Hostless WLAN HTTP API specification.

Usage

It can be used from a command line:

bcg-hostless-api --node=192.168.0.XXX get-bcg-pars

Or inside an application:

from SCA11H.commands.bcg.GetParams import GetParams
parameters = GetParams(host='192.168.0.XXX').run()
print(parameters)