lib/server/devices: refactor

This commit is contained in:
2025-01-09 16:08:26 -08:00
parent 80acec720c
commit e764f78501
4 changed files with 79 additions and 69 deletions

View File

@@ -0,0 +1,3 @@
export { findDevices, findDevice, mapDeviceToDetails } from './find';
export { createDevice } from './create';
export { getIpsFromIndex } from './utils';