Skip to content

Commit 63f0cd4

Browse files
committed
Refactor device management: introduce separate managers for state, routes, commands, and functional data to simplify and modularize architecture.
1 parent d7b2f77 commit 63f0cd4

File tree

10 files changed

+477
-197
lines changed

10 files changed

+477
-197
lines changed

src/tuya/device.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export class Device {
2+
3+
}

0 commit comments

Comments
 (0)