forked from todbot/blink1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed deployqt-win.sh, added initial README
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
|
||
Blink1Control in Qt | ||
============ | ||
|
||
Blink1Control is the primary user-level application for controlling blink(1). | ||
It is an event-based system, where events on your computer or on the Net | ||
trigger color patterns on the blink(1). | ||
|
||
It can receive events from: | ||
- IFTTT | ||
- various email services using IMAP/POP/Gmail | ||
- execute scripts or check files | ||
- hardware monitors like CPU, battery, RAM | ||
|
||
This verison of Blink1Control supercedes the Mac-specific and Windows-specific | ||
versions in the "mac" and "win" directories. | ||
|
||
|
||
|
||
|
||
Location of Blink1Control config file: | ||
---------------------- | ||
On Windows: | ||
- %APPDATA%\ThingM\Blink1Control.ini | ||
|
||
On Mac OS X: | ||
- $HOME/.config/ThingM/Blink1Control.ini | ||
|