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