ReportStateAndNotificationDevice constructor
ReportStateAndNotificationDevice({
- List<
HomeEvents> ? homeEvents, - List<
HomeTraitUpdates> ? homeTraits, - Map<
String, Object?> ? notifications, - Map<
String, Object?> ? states,
Implementation
ReportStateAndNotificationDevice({
this.homeEvents,
this.homeTraits,
this.notifications,
this.states,
});