luna command alarm example

This commit is contained in:
hyunwoo93.cha
2024-06-27 23:23:22 +09:00
parent d16a8cbbc5
commit eb80b01348
3 changed files with 74 additions and 3 deletions

View File

@@ -206,11 +206,11 @@ export const addReservation = (data) => {
parameters: {
scheduleType: "LGShopping",
startTime: {
year: data.startTime.year,
month: data.startTime.month,
day: data.startTime.day,
hour: data.startTime.hour,
minute: data.startTime.minute,
year: data.startTime.year,
second: data.startTime.second,
},
callback: {