forked from pilight/pilight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog
More file actions
34 lines (26 loc) · 1.05 KB
/
changelog
File metadata and controls
34 lines (26 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
13 june 2013
Tried to add alecto weather station support
8 june 2013
Added the main daemon. This is the core of the 433.92Mhz
functionality. It will run in the background and allows
multiple receiver or senders to connect to it. The daemon
also has logging ability.
5 june 2013
Added a learner. Basicly, the learner does the same as the
debugger, but the learner prints more extensive information.
4 june 2013
Added a raw protocol. This enables the sending of raw codes like
they are outputted by the debugger. This is especially handy for
protocols that aren't available yet.
3 june 2013
Made the CLI arguments modular so each device can specify
what CLI arguments it can handle / requires
Added a small debugger which tries to print out all necessary
codes to create a custom protocol. If will also help to figure
out how the protocol works.
31 may 2013
Added support for older kaku devices
28 may 2013
First version of the sender based on the lirc gpio kernel module
26 may 2013
New receiver that runs on the lirc gpio kernel module