Skip to main content

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

FieldTypeUnitDescription
field_nameTypeUnitDescription

Sample Output

{
"sample": "output"
}

Device Configuration

Configuration instructions or link to configuration guide.

Additional Resources