--- title: Decode ArtNet Packet sidebar: label: Decode order: 1 --- import SchemaInfo from '../../../../components/SchemaInfo.astro'; This processor will decode incoming bytes into an ArtNet packet. This processor will return an error if the message being processed is not an array of bytes. ### Example ```yaml - id: decode type: artnet.packet.decode ```