Add endpoint to delete scenes by device UUID and switch name

This commit is contained in:
faris Aljohari
2024-11-27 03:17:56 -06:00
parent f869f9a511
commit 4d2257a3e3
5 changed files with 45 additions and 14 deletions

View File

@ -440,6 +440,10 @@ export class ControllerRoute {
'Get scenes by device (4 Scene and 6 Scene devices only)';
public static readonly GET_SCENES_BY_DEVICE_DESCRIPTION =
'This endpoint retrieves all scenes associated with a specific switch device.';
public static readonly DELETE_SCENES_BY_SWITCH_NAME_SUMMARY =
'Delete scenes by device uuid and switch name (4 Scene and 6 Scene devices only)';
public static readonly DELETE_SCENES_BY_SWITCH_NAME_DESCRIPTION =
'This endpoint deletes all scenes associated with a specific switch device.';
};
};