add decoder for spot

This commit is contained in:
2025-03-15 12:03:19 -05:00
parent 9a8832fe90
commit b0c050035b
4 changed files with 74 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
import ChannelBlock from './lighting/channel-block';
import Spot from './lighting/spot';
import CentroidAccelVelocity from './motion/centroid-accel-velocity';
import CentroidPosition from './motion/centroid-position';
import OrientationEuler from './motion/orientation-euler';
@@ -23,5 +24,6 @@ export const Decoders = {
OrientationEuler,
ZoneCollisionDetection,
ZoneObject,
Spot,
ChannelBlock,
};