Sebastian Wiedenroth
a8ad19cb67
imrpove slider styling
2017-07-30 18:06:15 +02:00
Sebastian Wiedenroth
00d960e441
Change DMX addressing to start at channel 1
...
This wastes one byte on each universe buffer and will require you to update your configs and animations but hopefully prevent confusion and off-by-one errors in the future.
2017-07-30 17:17:05 +02:00
Sebastian Wiedenroth
e133a52dec
don't wrap universe headline
2017-07-30 16:46:39 +02:00
Sebastian Wiedenroth
ec852df0bb
Add device definitions for oppsk-cob-uv-par and lixda-par12-led
...
Always parse the config as JSON from now on
2017-07-30 16:39:02 +02:00
Sebastian Wiedenroth
9932101db2
Merge pull request #26 from spearway/DMXKing
...
DMXKing ultraDMX Pro support
ultra-pro-24ch-rdm device definition
Launchd service file
2017-07-30 16:09:36 +02:00
Pierre Frisch
d011211f4c
Commit missing file
2017-07-29 20:18:56 -07:00
Pierre Frisch
3e88846b55
Fix the readme and the examples
2017-07-16 09:54:18 -07:00
Pierre Frisch
07316ad789
Added support for DMXKing interface (dual channel)
2017-07-16 09:53:44 -07:00
Pierre Frisch
baf18a96cb
Added Ultra-Pro 24CH RDM Device
2017-07-16 09:52:42 -07:00
Sebastian Wiedenroth
a28411a357
don't use wrong length accessor, fixes #23
2017-06-21 23:49:08 +02:00
Sebastian Wiedenroth
22b8bf62f0
bump version to get new deps
2017-06-21 23:34:10 +02:00
Sebastian Wiedenroth
25adc11f17
make bbdmx driver more backwards compatible, adjust style and add it to the readme
2016-11-19 22:10:57 +01:00
Sebastian Wiedenroth
faed129329
Merge pull request #20 from xuio/master
...
Fix universeAsObject is not a function
2016-11-18 15:18:34 +01:00
Moritz Hoffmann
6bbe39a682
Fix universeAsObject is not a function error
2016-11-18 04:35:45 +01:00
Sebastian Wiedenroth
1b2d207f1c
Merge pull request #19 from xuio/master
...
Add BeagleBone-DMX driver
2016-11-18 03:35:31 +01:00
Moritz Hoffmann
b0d61fa041
Remove space after command
2016-11-18 03:31:43 +01:00
Moritz Hoffmann
85a26af9b4
Change templates to old style concat
2016-11-18 03:27:03 +01:00
Moritz Hoffmann
9cd301711b
Cleanup options workaround
2016-11-18 02:54:30 +01:00
Moritz Hoffmann
7be968808e
Add BeagleBone-DMX driver
2016-11-18 02:46:39 +01:00
Max Stockner
9a1ee28ec3
further fixes for issues introduced by d164721938
2016-11-12 20:21:30 +01:00
Sebastian Wiedenroth
6b8df3731f
update readme
2016-11-12 17:44:50 +01:00
Sebastian Wiedenroth
ae6c017ff9
add DMX4ALL (NanoDMX USB) driver
2016-11-12 17:31:45 +01:00
Sebastian Wiedenroth
8e7efd398c
Fix syntax error, addresses #17
2016-11-12 15:51:32 +01:00
Sebastian Wiedenroth
9fa3e6607a
Merge pull request #16 from bluemaex/master
...
extract duplicate code
2016-10-16 00:01:23 +02:00
Max Stockner
d7c773ff0b
make indentation great again
2016-10-15 23:24:09 +02:00
Max Stockner
d164721938
extract duplicate code
2016-10-15 23:23:51 +02:00
Sebastian Wiedenroth
acffa57e62
bump node-serialport version
2016-10-14 13:36:16 +02:00
Sebastian Wiedenroth
0cc2b6b1f4
update universe on updateAll for usb dmx pro
2016-10-14 00:06:13 +02:00
Sebastian Wiedenroth
3c2ed5c322
report errors with enttec-open-usb-dmx
2016-10-13 23:36:49 +02:00
Sebastian Wiedenroth
d8ce7dc4d6
bump version
2016-10-12 17:27:22 +02:00
Sebastian Wiedenroth
e105013d1c
fix timings for open usb dmx
2016-10-12 17:23:16 +02:00
Sebastian Wiedenroth
4a865470d4
Merge pull request #15 from bluemaex/master
...
add config and update endpoints
2016-10-07 12:38:17 +02:00
Max Stockner
ef0ecab18e
endpoint to selectively update offsets (same spirit as the websockets update)
2016-10-07 02:45:26 +02:00
Max Stockner
b6a2ff7454
config endpoint to get device and universe configuration
2016-10-07 02:44:15 +02:00
Sebastian Wiedenroth
4f188f06b3
json api to read current universe state
2016-10-02 18:27:20 +02:00
opdorp
cfd3e6f482
Node 6.x needs a new version of serialport ( #14 )
2016-06-09 15:02:56 +02:00
Sebastian Wiedenroth
2ef2a5ab84
artnet: send universe id in packet header
2016-06-07 23:13:36 +02:00
Sebastian Wiedenroth
c0b9b9b7b4
fix artnet driver and bump version
2016-06-06 21:56:46 +02:00
Sebastian Wiedenroth
58cd8b1109
bump version
2016-06-02 21:29:52 +02:00
Sebastian Wiedenroth
e3f52f9968
more untested open usb dmx fixes
2016-06-02 21:28:23 +02:00
Sebastian Wiedenroth
9a34f3de30
register artnet driver by default and adjust style a bit
2016-04-09 18:35:33 +02:00
jachwe
7c95c4eaec
added driver for artnet (enttec ode) ( #13 )
2016-04-09 18:15:17 +02:00
Sebastian Wiedenroth
74e4439ca2
don't overwrite intervalhandle
2016-04-09 18:11:48 +02:00
Sebastian Wiedenroth
bd28d30c4b
drop ftdi dependency and replace with "serialport"
2016-04-09 18:08:19 +02:00
Sebastian Wiedenroth
cd48f76ef3
make devices option optional
2015-11-29 17:02:34 +01:00
Nikoli Daigneault
31c6fd1290
devices configuration removed from file and into library
2015-11-29 16:46:13 +01:00
Sebastian Wiedenroth
14f33da4dc
similarize drivers, needs more testing
2015-05-15 14:34:24 +02:00
Sebastian Wiedenroth
0fd0a626c2
Merge pull request #9 from stevemcquaid/master
...
Updated readme.md to help with first time install
2015-04-13 20:30:38 +02:00
Stephen McQuaid
f7c3dbb41b
Updated readme.md to help with first time install
2015-04-13 11:22:09 -07:00
Sebastian Wiedenroth
6c837ccfc5
Merge pull request #4 from evantahler/master
...
Update enttec-open-usb-dmx.js
2014-04-25 12:22:39 +02:00