File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
applications/zpc/components/zwave_command_classes/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ sl_status_t zwave_command_classes_init()
9090 // Note: AGI should stay first, it allows others to register commands.
9191 status |= zwave_command_class_agi_init ();
9292 status |= zwave_command_class_alarm_sensor_init ();
93+ status |= zwave_command_class_application_status_init ();
9394 status |= zwave_command_class_association_init ();
9495 status |= zwave_command_class_barrier_operator_init ();
9596 status |= zwave_command_class_basic_init ();
@@ -128,7 +129,6 @@ sl_status_t zwave_command_classes_init()
128129 status |= zwave_command_class_time_init ();
129130 status |= zwave_command_class_transport_service_init ();
130131 status |= zwave_command_class_user_code_init ();
131- status |= zwave_command_class_application_status_init ();
132132 status |= zwave_command_class_version_init ();
133133 status |= zwave_command_class_wake_up_init ();
134134 status |= zwave_command_class_zwave_plus_info_init ();
You can’t perform that action at this time.
0 commit comments