diff --git a/src/renderer/src/deviceStore.ts b/src/renderer/src/deviceStore.ts index f0d2690..6e90e31 100644 --- a/src/renderer/src/deviceStore.ts +++ b/src/renderer/src/deviceStore.ts @@ -3,6 +3,8 @@ import { useDebounceFn } from '@vueuse/core' import { useAppStore } from '@renderer/appStore' import { randomName } from '@renderer/randomName' +// Generated from https://github.com/katbinaris/NanoD_RatchetH1/blob/runger/communications.md +// Using https://app.quicktype.io/ export interface Profile { version: number name: string