TuyaInc / tuyasmart-home-sdk-react-native

MIT License
29 stars 65 forks source link

TuyaDeviceApi.getDp not working on Android #25

Closed tronginc closed 4 years ago

tronginc commented 5 years ago

Hello, Today I need get dpValue for status reporting, so I call the function

TuyaDeviceApi.getDp({ devId, dpId })
    .then((status) => console.log(status))
    .catch((e) => console.log(e));

It's works on iOS. So on Android it throw the error

image

linqwFmt commented 4 years ago

fixBugs