updated spaceUuid

This commit is contained in:
hannathkadher
2024-10-30 23:50:52 +04:00
parent 689d42cf1e
commit f1c07360cb
4 changed files with 23 additions and 15 deletions

View File

@ -192,10 +192,10 @@ export class AutomationService {
}
}
async getTapToRunSceneDetailsTuya(
sceneId: string,
sceneUuid: string,
): Promise<AutomationDetailsResult> {
try {
const path = `/v2.0/cloud/scene/rule/${sceneId}`;
const path = `/v2.0/cloud/scene/rule/${sceneUuid}`;
const response = await this.tuya.request({
method: 'GET',
path,