Storage Search
Use this tab to find things in your storage. The results will be where all the results are stored. This search will also kick off highlighting of relevant storage blocks in connected storage modules!
{#if voiceSearchEnabled}
{/if}
Voice Search
Say something like "Locate screws" after the beep!
Regular Search
Results:
Modules
Use this tab see and manage your modules
{#if cdi:ModuleMaster.getModuleIds().isEmpty()}
No modules!
{#else}
{#for curModuleId in cdi:ModuleMaster.getModuleIds()}
{#let curModuleInfo = cdi:ModuleMaster.getModuleInfo(curModuleId) curModule = cdi:ModuleMaster.getModule(curModuleId)}
{/let}
{/for}
{/if}
- Id:
- {curModuleInfo.getModuleSerialId()}
- Spec Version:
- {curModuleInfo.getModuleInfo().getSpecVersion()}
- Manufacture Date:
- {curModuleInfo.getModuleInfo().getManufactureDate()}
- # Blocks:
- {curModuleInfo.getModuleInfo().getNumBlocks()}
- Interface:
- {#if curModule.getInterfaceType() == 'serialOverUSB' } Serial over USB {/if}
Click on the number to view in Base Station, click on target to identify.
{#for curBlockNum in curModuleInfo.getModuleInfo().getBlockNumStream()}
{/for}