first iteration of basic layout
This commit is contained in:
parent
65cb7acbab
commit
487c8617e4
5 changed files with 100 additions and 23 deletions
|
|
@ -142,8 +142,8 @@ export default function DeviceWizard(props: Props) {
|
|||
</Tooltip>
|
||||
)}
|
||||
{selectedPort &&
|
||||
// selectedPort.addressType === quack.AddressType.ADDRESS_TYPE_CONFIGURABLE_PIN_ARRAY &&
|
||||
// device.featureSupported("detectOneWire") &&
|
||||
selectedPort.addressType === quack.AddressType.ADDRESS_TYPE_CONFIGURABLE_PIN_ARRAY &&
|
||||
device.featureSupported("detectOneWire") &&
|
||||
selectedPort.autoDetectable && (
|
||||
<Tooltip title="Used to tell the Device to scan this port for any plugged in sensors">
|
||||
<MenuItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue