Search found 3 matches

by lightweaver24
2025年 Jan 7日 16:03
Forum: Cloud/SaaS Development
Topic: Temp Password created via Cloud API not working
Replies: 5
Views: 1521

Re: Temp Password created via Cloud API not working

I have triggered it again. Here is what I received from Tuya: { "success": true, "data": { "result": { "id": 420764214 }, "success": true, "t": 1736236699540, "tid": "28a4835acccd11efa76ab217c6c149bc" } } And here is the...
by lightweaver24
2025年 Jan 6日 23:14
Forum: Cloud/SaaS Development
Topic: Temp Password created via Cloud API not working
Replies: 5
Views: 1521

Re: Temp Password created via Cloud API not working

It is a wifi lock. And no, the password does not disappear. It still remains. In fact, the password name becomes highlighted in green on the app (with this badge - Active, in use)

by lightweaver24
2025年 Jan 4日 15:16
Forum: Cloud/SaaS Development
Topic: Temp Password created via Cloud API not working
Replies: 5
Views: 1521

Temp Password created via Cloud API not working

I'm implementing Tuya's Smart Lock API in my Node.js backend service to programmatically create temporary passwords. Here's my current implementation: async function getPasswordTicket(deviceId) { return await tuya.request({ method: "POST", path: `/v1.0/devices/${deviceId}/door-lock/passwor...