menu
zwave package
documentation
capability/notification_report_handler.dart
NotificationReportHandler<T>
handleCoAlarmNotification method
handleCoAlarmNotification method
dark_mode
light_mode
handleCoAlarmNotification
method
T?
handleCoAlarmNotification
(
NotificationReport
report
)
Implementation
T? handleCoAlarmNotification(NotificationReport report) { return unhandledNotification(report); }
zwave package
documentation
capability/notification_report_handler
NotificationReportHandler<T>
handleCoAlarmNotification method
NotificationReportHandler mixin