Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkure/go-wosensors

The Go library for WoSensors (SwitchBot Sensors).
https://github.com/walkure/go-wosensors

ble golang switchbot

Last synced: 10 days ago
JSON representation

The Go library for WoSensors (SwitchBot Sensors).

Awesome Lists containing this project

README

        

# go-wosensors

The library for WoSensors (SwitchBot Sensors).

Currently suppors only [Outdoor Temperature/Humidity Sensor](https://www.switchbot.jp/products/switchbot-indoor-outdoor-meter).

## usage

```
go get -u github.com/walkure/go-wosensors
```

and see the sample code under `cmd` direcotry.

## thanks

This code is based on BLE protocol described at [SwitchBotAPI-BLE/devicetypes/meter.md](https://github.com/OpenWonderLabs/SwitchBotAPI-BLE/blob/latest/devicetypes/meter.md).

## license

MIT

## author

walkure