Commit Graph

7 Commits

Author SHA1 Message Date
Giovanni Harting
4c052b8edb moved json encoder to a monkey patch
added bugs introduced in latest sqlalchemy and json-rpc switch (d5f403d557)
2015-10-11 21:43:33 +02:00
Giovanni Harting
d5f403d557 Moved to SQLAlchemy
Finished switch to JSONRPC

commit 9cf6dd9a0e03c71135c01d4ad4f7d3be0f1e3066
Author: Giovanni Harting <giovanni.harting@touchdata.net>
Date:   Sat Oct 10 21:09:20 2015 +0200

    fixed some bugs
    added some missing things from transition

commit 8ed44b8fcde739b541b1834049025b055a50e6fe
Author: Marius Schiffer <marius@mschiffer.de>
Date:   Sat Oct 10 05:53:41 2015 +0200

    Creating fresh database works now. Fixed pwm_freq property.

commit dc88ef0df427f90746a499912eff70dfce967c55
Author: Marius Schiffer <marius@mschiffer.de>
Date:   Sat Oct 10 04:40:41 2015 +0200

    Completed SQLAlchemy integration. Completed JSON-RPC integration.
    All daemon class functionality is now on module-level (required for
    JSON-RPC decorators).
    Migrations will have to be reimplemented with alembic.

commit a4cabdcd00a3e2a3cbbd92a3c9d59a4235e4d277
Author: Marius Schiffer <marius@mschiffer.de>
Date:   Sat Oct 10 03:00:19 2015 +0200

    First steps towards SQLAlchemy integration.
2015-10-10 21:13:29 +02:00
Giovanni Harting
1a568b194c renamed stuff
added first gamma correction, closes #1
added db upgrade logic
2015-10-04 08:10:52 +02:00
Giovanni Harting
1623bba1fe added command line options
added reset and pwm frequency methods
2015-09-12 20:48:55 +02:00
Giovanni Harting
12e946ab39 added stop_effect, get_effects
fixed some wrong calculations from hsv to pwm
added lots of todo descriptions
changed find_stripe from requiring a json to sid directly
2015-08-28 21:10:14 +02:00
Giovanni Harting
0d8105c93b switched from colour to spectra
disabled gamma correction for now - needs some more work
implemented set_color and add_stripe
2015-08-28 06:12:20 +02:00
Giovanni Harting
7e421bc676 moved class stripe to another file
renamed decorator
2015-08-28 02:44:21 +02:00