aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-08-06 18:36:55 +0200
committerlonkaars <loek@pipeframe.xyz>2021-08-06 18:36:55 +0200
commit27fa77cd537d5999f45bd1615af7841f2e5a0c80 (patch)
tree8178b2961f2450787f67da9af69f4a883d677ac4 /readme.md
parent6880dfb6b5949ba59089754c4ed84df50f291ee1 (diff)
npm publish?
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 674ce50..ddfc71e 100644
--- a/readme.md
+++ b/readme.md
@@ -1,9 +1,18 @@
# homebridge-beken
-- a simple homebridge plugin that allows the control of a bulb that goes by many names:
+> NOTE: requires python3
+>
+> This plugin uses child_process to spawn a python script that does the actual
+> communication with the bulb using the bluepy library. Bluepy uses a binary
+> called bluepy-helper which should be run as root or given permission to
+> directly talk to the bluetooth stack.
+
+- a simple homebridge plugin that allows the control of a bulb that goes by
+ many names:
- Shada Led's light
- iLedBulb
- Beken LED
-- [here's](https://wiki.fhem.de/wiki/BEKEN_iLedBlub) the bluetooth protocol definition.
+- [here's](https://wiki.fhem.de/wiki/BEKEN_iLedBlub) the bluetooth protocol
+ definition.
- sort of stable