add decoder for lighting output

This commit is contained in:
2025-03-15 12:23:40 -05:00
parent c4ceaa427a
commit 60dd149918
4 changed files with 59 additions and 1 deletions
+2
View File
@@ -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,
};