6 lines
149 B
Go
6 lines
149 B
Go
|
//go:build !custom || inputs || inputs.huebridge
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/influxdata/telegraf/plugins/inputs/huebridge" // register plugin
|