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