diff --git a/src/composables/device/use-device-selection.ts b/src/composables/device/use-device-selection.ts index 24bcf2c..23e90fd 100644 --- a/src/composables/device/use-device-selection.ts +++ b/src/composables/device/use-device-selection.ts @@ -8,7 +8,7 @@ export function useDeviceSelection() { const router = useRouter(); const selectedStationCode = ref(); - const selectedDeviceType = ref(DeviceType.AlarmHost); + const selectedDeviceType = ref(DeviceType.Camera); const selectedDevice = ref(); const initFromRoute = (lineDevices: LineDevices) => {