Device Codec Template
Use this template when adding new device codecs to the documentation.
---
sidebar_position: 1
title: [Manufacturer] [Model]
description: [Brief description]
tags:
- [manufacturer]
- [sensor type]
- [measurement type]
---
# [Manufacturer] [Model] Codec
Brief description of the device and its primary use case.
## Codec Implementation
```javascript
// Codec implementation here
Output Format
Field | Type | Unit | Description |
---|---|---|---|
field_name | Type | Unit | Description |
Sample Output
{
"sample": "output"
}
Device Configuration
Configuration instructions or link to configuration guide.
Additional Resources