feat: Refactor BedHardware to use a singleton instance and remove serial implementation

This commit is contained in:
Siwat Sirichai 2025-06-21 15:21:32 +07:00
parent fb87e74ec9
commit fd8cacd62b
4 changed files with 25 additions and 54 deletions

View file

@ -23,6 +23,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "services/BedHardwareSerial.ts.disabled"],
"exclude": ["node_modules"]
}