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 @@ -91,6 +91,7 @@ sl_status_t zwave_command_classes_init()
9191 // Note: AGI should stay first, it allows others to register commands.
9292 status |= zwave_command_class_agi_init ();
9393 status |= zwave_command_class_alarm_sensor_init ();
94+ status |= zwave_command_class_application_status_init ();
9495 status |= zwave_command_class_association_init ();
9596 status |= zwave_command_class_barrier_operator_init ();
9697 status |= zwave_command_class_basic_init ();
@@ -130,7 +131,6 @@ sl_status_t zwave_command_classes_init()
130131 status |= zwave_command_class_time_init ();
131132 status |= zwave_command_class_transport_service_init ();
132133 status |= zwave_command_class_user_code_init ();
133- status |= zwave_command_class_application_status_init ();
134134 status |= zwave_command_class_version_init ();
135135 status |= zwave_command_class_wake_up_init ();
136136 status |= zwave_command_class_zwave_plus_info_init ();
You can’t perform that action at this time.
0 commit comments