Input Plugin Overview
Sensor<T>
is the base abstract class that defines the core interfaceFuserInput<T>
extends Sensor<T>
and implements the polling mechanismYourCustomCode
extends FuserInput<T>
and implements the specific input functionality