DishwasherAlarmBehavior: Type<DishwasherAlarm.Cluster, typeof ClusterBehavior, {
    components: never[];
}> = ...

DishwasherAlarmBehavior is the base class for objects that support interaction with DishwasherAlarm.Cluster.

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