mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-12 01:19:32 +00:00
add decoder for lighting output
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import ChannelBlock from './lighting/channel-block';
|
||||
import LightingOutput from './lighting/lighting-output';
|
||||
import Spot from './lighting/spot';
|
||||
import Universe from './lighting/universe';
|
||||
import CentroidAccelVelocity from './motion/centroid-accel-velocity';
|
||||
@@ -28,4 +29,5 @@ export const Decoders = {
|
||||
Spot,
|
||||
ChannelBlock,
|
||||
Universe,
|
||||
LightingOutput,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user