Files
byos_next/lib/defaultDevice.ts
Mangle Kuo fd284558fe Refactor and clean up project structure
- Removed unused files and consolidated code
- Updated package scripts to use Biome for formatting
- Simplified and standardized UI component implementations
- Cleaned up action and API route implementations
- Improved type definitions and utility functions
- Removed deprecated client and database initialization files
2025-03-11 00:24:38 +00:00

10 lines
201 B
TypeScript

const defaultDevice = {
friendly_id: "FORLOG",
device_name: "A TRMNL Device",
mac_address: "AA:AA:AA:AA:AA:AA",
api_key: "DefaultDeviceForLoggin",
refresh_rate: 900,
};
export { defaultDevice };