OnOffBehavior: Type<OnOff.Cluster, Type<Of<{
    attributes: {};
    commands: {};
    events: {};
    id: 0;
    name: "Unknown";
    revision: 0;
}>, typeof ClusterBehavior, OnOffInterface>, OnOffInterface> = ...

OnOffBehavior is the base class for objects that support interaction with OnOff.Cluster.

This class does not have optional features of OnOff.Cluster enabled. You can enable additional features using OnOffBehavior.with.