UNPKG

@demirdeniz/node-red-contrib-tuya-kepler-device

Version:

A node-red module to interact with the tuya smart devices (updated with Tuya protocol 3.5)

12 lines (10 loc) 168 B
const maskSensitiveData = (obj) => { return { ...obj, key: '**MASKED**', id: '**MASKED**', }; }; module.exports = { maskSensitiveData, };