Common Library
npm install iot-device-sdksee: https://zigbang.github.io/iot-device-sdk/
iot-device-sdk is for device's provisioning
it has dependency on following packages:
- react-native-tuya
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
* alpha tag test (2cafaeb)
* use react-native-tuya version 1.0.9 ($3
* able to call multiple register a part ([f19e694](https://github.com/zigbang/iot-device-sdk/commit/f19e6941295b915157c7926aed921adb2a0dfb8e" class="text-primary hover:underline" target="_blank" rel="noopener noreferrer">ccd73a2)
* cancelation register device (6e47e64)
* improve web-doc scripts (fd0d957)
* add warning about Ez Mode (d8e13cb)
* change api name & update documents (a8a2cc4)
* add wifi ap mode register (94f995a)
* sample's parameter expression (133ac57)
* add wifi ez mode register (2f6ccd4)
* promise return of logout (767dd7f)
* timeout unit is added (193154b)
* add param at login callback (2ddcca4)
* 기기 삭제 및 공장 초기화 기능 구현 (1a92745)
* add init_v2 (45cf88b)
* calling User Login (8e5d5fe)
* logout 기능 구현 (182b273)
* remove using private function (f65481a)
* TuyaSdkBridge 디버깅 로그 콜백 이벤트 구현 (cc80914)
* 머지 오류 수정 (8ad1a42)
* 머지 충돌 수정 (d309305)
* 서브 기기 등록 중지 함수 await 제거 (d253b68)
* 이벤트 stop 오류 수정, 익명 로그인 오류 수정 (ad714be)
* activator에서 기기 타입에따라 다르게 응답하도록 수정 (ac4681d)
* debug 콜백 할당 전에 setInformation을 호출하여 init이 안되는 문제 수정 (ce28f3d)
* iOS에서 게이트웨이 이벤트 수신 시, 객체 전달이 아닌 String 전달로 수정 (421cb6a)
* iOS에서 기기 삭제 또는 공장 초기화 실패 시, response 안오는 문제 해결 (07046de)
* remove about postinstall about husky (2f3aa8f)
* add commitlint (929c004)
* support typescript (make index.d.ts) (ddc357e)
* add INPUT_TOKEN (ea9bf7d)
* add test github action file (0c837e7)
* apply github for github pages (a9064e0)
* apply path to run npm (9ca8e16)
* chagne ci (d729aec)
* change again (85c987f)
* change to yarn (c974a8c)
* fix action script error (d5fe460)
* fix github action for publish (02bc71f)
* fix npm remove dist/doc (5774b12)
* fix npm run build (d727c95)
* fix to order github action (2df5f2f)
* github action make for test (b03075e)
* link change log, change github action name (061e832)
* merge two md files base and change log (8627844)
* reame.md file is combinded by github action (ba69524)
* recovery github script (240a1b6)
* setup node (4d9d532)
* test (d608c6e)
* test again (4e32314)
* try to fix error again (7733bbb)
* try to fix github action (2a8f5e3)
* try to fix github action again (d22b985)
* using actions (0342d1e)
* using npm ci (78d545f)
* version up (a732673)
* 코드 컨벤션 적용 (8a1f840)
* logout 함수 private으로 변경, init 메소드 구조 변경 (02224ef)
* merge for using module (1c9a45b)
* removeDevice 및 resetDevice 하나로 합침 (91d312f)
* a module version make fix (66f9a4a)
* add dist folder for using npm (7c63992)
* change module version (37fe387)
* change module version (fb754ea)
* changing module name (e9eb14b)
* module change to zigbang/react-native-tuya (d87b221)
* module version is up (4fd8b59)
* using seojw's one for pending reg module (815267e)
* add & remove as using module (a2314ee)
* release: 0.0.2 (160f287)
* release: 0.0.3 (2c72129)
* release: 0.0.4 (7b0329b)
* release: 0.0.5 (3251134)
* release: 0.0.6 (6d8f552)
* release: 0.0.7 (38daae9)
* release: 0.0.8 (057c11d)
* release: 0.0.9 (f32ec44)
* release: 0.1.0 (b905d97)
* release: 0.1.1 (6001492)
* release: 0.1.2 (b71104e)
* release: 0.1.3 (567763b)
* release: 0.1.4 (ad3c0a7)
* release: 0.1.5 (ac2a151)
* add legacy tuya api handling block diagram (64f972a)
* add sample of using tuya api (f71b1ec)
* apply typedoc (52ab797)
* apply zigbang account (562cd4d)
* change title for github page (8c35823)
* draw to describe of ci/cd (b2dc586)
* include link change log to readme (e0902a6)
* init function is changed (83501b0)
* typedoc 초안본 배포 (99bdff7)
* update github page address (02e3696)
* update to show msg if uploaded gh-p by man (b9bde2f)
* useing github pages (9a6bfa4)
* apply zigbang account (562cd4d)
* a module version make fix (66f9a4a)
* change module version (fb754ea)
* change module version (37fe387)
* 기기 삭제 및 공장 초기화 기능 구현 (1a92745)
* calling User Login (8e5d5fe)
* logout 기능 구현 (182b273)
* remove using private function (f65481a)
* TuyaSdkBridge 디버깅 로그 콜백 이벤트 구현 (cc80914)
* 머지 오류 수정 (8ad1a42)
* 머지 충돌 수정 (d309305)
* 서브 기기 등록 중지 함수 await 제거 (d253b68)
* 이벤트 stop 오류 수정, 익명 로그인 오류 수정 (ad714be)
* activator에서 기기 타입에따라 다르게 응답하도록 수정 (ac4681d)
* debug 콜백 할당 전에 setInformation을 호출하여 init이 안되는 문제 수정 (ce28f3d)
* iOS에서 게이트웨이 이벤트 수신 시, 객체 전달이 아닌 String 전달로 수정 (421cb6a)
* iOS에서 기기 삭제 또는 공장 초기화 실패 시, response 안오는 문제 해결 (07046de)
* remove about postinstall about husky (2f3aa8f)
* add commitlint (929c004)
* support typescript (make index.d.ts) (ddc357e)
* add INPUT_TOKEN (ea9bf7d)
* add test github action file (0c837e7)
* apply github for github pages (a9064e0)
* apply path to run npm (9ca8e16)
* chagne ci (d729aec)
* change again (85c987f)
* change to yarn (c974a8c)
* fix action script error (d5fe460)
* fix github action for publish (02bc71f)
* fix npm remove dist/doc (5774b12)
* fix npm run build (d727c95)
* fix to order github action (2df5f2f)
* github action make for test (b03075e)
* link change log, change github action name (061e832)
* merge two md files base and change log (8627844)
* reame.md file is combinded by github action (ba69524)
* recovery github script (240a1b6)
* setup node (4d9d532)
* test (d608c6e)
* test again (4e32314)
* try to fix error again (7733bbb)
* try to fix github action (2a8f5e3)
* try to fix github action again (d22b985)
* using actions (0342d1e)
* using npm ci (78d545f)
* version up (a732673)
* 코드 컨벤션 적용 (8a1f840)
* logout 함수 private으로 변경, init 메소드 구조 변경 (02224ef)
* merge for using module (1c9a45b)
* removeDevice 및 resetDevice 하나로 합침 (91d312f)
* add & remove as using module (a2314ee)
* release: 0.0.2 (160f287)
* release: 0.0.3 (2c72129)
* release: 0.0.4 (7b0329b)
* release: 0.0.5 (3251134)
* release: 0.0.6 (6d8f552)
* release: 0.0.7 (38daae9)
* release: 0.0.8 (057c11d)
* release: 0.0.9 (f32ec44)
* release: 0.1.0 (b905d97)
* release: 0.1.1 (6001492)
* apply typedoc (52ab797)
* change title for github page (8c35823)
* draw to describe of ci/cd (b2dc586)
* include link change log to readme (e0902a6)
* init function is changed (83501b0)
* typedoc 초안본 배포 (99bdff7)
* update github page address (02e3696)
* update to show msg if uploaded gh-p by man (b9bde2f)
* useing github pages (9a6bfa4)
* add dist folder for using npm (7c63992)
* changing module name (e9eb14b)
* module change to zigbang/react-native-tuya (d87b221)
* module version is up (4fd8b59)
* using seojw's one for pending reg module (815267e)
* 기기 삭제 및 공장 초기화 기능 구현 (1a92745)
* calling User Login (8e5d5fe)
* logout 기능 구현 (182b273)
* remove using private function (f65481a)
* TuyaSdkBridge 디버깅 로그 콜백 이벤트 구현 (cc80914)
* 머지 오류 수정 (8ad1a42)
* 머지 충돌 수정 (d309305)
* 서브 기기 등록 중지 함수 await 제거 (d253b68)
* 이벤트 stop 오류 수정, 익명 로그인 오류 수정 (ad714be)
* activator에서 기기 타입에따라 다르게 응답하도록 수정 (ac4681d)
* debug 콜백 할당 전에 setInformation을 호출하여 init이 안되는 문제 수정 (ce28f3d)
* iOS에서 게이트웨이 이벤트 수신 시, 객체 전달이 아닌 String 전달로 수정 (421cb6a)
* iOS에서 기기 삭제 또는 공장 초기화 실패 시, response 안오는 문제 해결 (07046de)
* remove about postinstall about husky (2f3aa8f)
* add commitlint (929c004)
* support typescript (make index.d.ts) (ddc357e)
* add INPUT_TOKEN (ea9bf7d)
* add test github action file (0c837e7)
* apply github for github pages (a9064e0)
* apply path to run npm (9ca8e16)
* chagne ci (d729aec)
* change again (85c987f)
* change to yarn (c974a8c)
* fix action script error (d5fe460)
* fix github action for publish (02bc71f)
* fix npm remove dist/doc (5774b12)
* fix npm run build (d727c95)
* fix to order github action (2df5f2f)
* github action make for test (b03075e)
* link change log, change github action name (061e832)
* merge two md files base and change log (8627844)
* reame.md file is combinded by github action (ba69524)
* recovery github script (240a1b6)
* setup node (4d9d532)
* test (d608c6e)
* test again (4e32314)
* try to fix error again (7733bbb)
* try to fix github action (2a8f5e3)
* try to fix github action again (d22b985)
* using actions (0342d1e)
* using npm ci (78d545f)
* version up (a732673)
* add & remove as using module (a2314ee)
* release: 0.0.2 (160f287)
* release: 0.0.3 (2c72129)
* release: 0.0.4 (7b0329b)
* release: 0.0.5 (3251134)
* release: 0.0.6 (6d8f552)
* release: 0.0.7 (38daae9)
* release: 0.0.8 (057c11d)
* release: 0.0.9 (f32ec44)
* release: 0.1.0 (b905d97)
* 코드 컨벤션 적용 (8a1f840)
* logout 함수 private으로 변경, init 메소드 구조 변경 (02224ef)
* merge for using module (1c9a45b)
* removeDevice 및 resetDevice 하나로 합침 (91d312f)
* apply typedoc (52ab797)
* change title for github page (8c35823)
* draw to describe of ci/cd (b2dc586)
* include link change log to readme (e0902a6)
* init function is changed (83501b0)
* typedoc 초안본 배포 (99bdff7)
* update github page address (02e3696)
* useing github pages (9a6bfa4)
* add dist folder for using npm (7c63992)
* changing module name (e9eb14b)
* module change to zigbang/react-native-tuya (d87b221)
* module version is up (4fd8b59)