Showing
1 changed file
with
1 additions
and
1 deletions
@@ -97,7 +97,7 @@ | @@ -97,7 +97,7 @@ | ||
97 | 97 | ||
98 | const handleControl = (action: number, direction: string) => { | 98 | const handleControl = (action: number, direction: string) => { |
99 | const organizationId = getId(); | 99 | const organizationId = getId(); |
100 | - controlling({ cameralndexCode: organizationId, action, command: direction }); | 100 | + controlling({ cameraIndexCode: organizationId, action, command: direction }); |
101 | }; | 101 | }; |
102 | 102 | ||
103 | const isPlay = ref<Boolean | null | undefined>(false); | 103 | const isPlay = ref<Boolean | null | undefined>(false); |