mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-19 20:14:08 +00:00
add language hints to code blocks
This commit is contained in:
@@ -10,6 +10,6 @@ sidebar:
|
||||
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
|
||||
- type: artnet.packet.decode
|
||||
```
|
||||
@@ -9,6 +9,6 @@ sidebar:
|
||||
This processor will encode an ArtNet packet into an array of bytes. This processor will return an error if the message being processed is not an ArtNet packet.
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: artnet.packet.encode
|
||||
```
|
||||
Reference in New Issue
Block a user