zwave-js / certification-backlog

Issues and discussions related to Z-Wave certification of HA + Z-Wave JS
1 stars 0 forks source link

Refresh a notification type through the UI #9

Closed marcelveldt closed 10 months ago

marcelveldt commented 1 year ago

From core created by AlCalzone: home-assistant/core#94543

The problem

16:20:31.009 Please trigger a Alarm Get using the DUT's UI! 16:20:31.009 16:20:31.009 *** 16:20:31.009 Timeout for Test sequence is 5 min, waiting for following events: 16:20:31.009 * NOTIFICATION_GET (ALARM_GET) for Notification Type 0x09 16:20:31.010 ***

The only way to do this currently is this service call, which requires looking up Z-Wave JS source code to know what to put there:

grafik

marcelveldt commented 1 year ago

As this is considered a very advanced scenario, it will most probably suffice to just have another service available to query/refresh a particular notification type ?

AlCalzone commented 10 months ago

Works