ReportStateAndNotificationDevice constructor

ReportStateAndNotificationDevice({
  1. List<HomeEvents>? homeEvents,
  2. List<HomeTraitUpdates>? homeTraits,
  3. Map<String, Object?>? notifications,
  4. Map<String, Object?>? states,
})

Implementation

ReportStateAndNotificationDevice({
  this.homeEvents,
  this.homeTraits,
  this.notifications,
  this.states,
});