mirror of
https://github.com/usetrmnl/byos_next.git
synced 2026-04-29 13:34:28 -07:00
fd284558fe
- 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
10 lines
201 B
TypeScript
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 };
|