Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/walkure/go-wosensors
- Owner: walkure
- License: mit
- Created: 2024-10-24T14:55:31.000Z (15 days ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:11:06.000Z (12 days ago)
- Last Synced: 2024-10-27T19:00:58.063Z (12 days ago)
- Topics: ble, golang, switchbot
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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