Input
Build a new input plugin
Overview
Prerequisites
Implementation Steps
Step 1: Create a Provider (Optional)
Step 2: Create a new Plugin File
package your_plugin
import (
"context"
"github.com/openmind/om1/internal/inputs"
)Step 3: Implement the Sensor Interface
Step 4: Implement Your Plugin Struct
Step 5: Implement Required Methods
Plugin Registration
How it works:
Requirements:
Last updated
Was this helpful?