Uses of Class
org.openhab.core.config.discovery.usbserial.UsbSerialDeviceInformation
Packages that use UsbSerialDeviceInformation
Package
Description
-
Uses of UsbSerialDeviceInformation in org.openhab.core.config.discovery.addon.usb
Methods in org.openhab.core.config.discovery.addon.usb with parameters of type UsbSerialDeviceInformationModifier and TypeMethodDescriptionvoidUsbAddonFinder.usbSerialDeviceDiscovered(UsbSerialDeviceInformation discoveredInfo) Add the discovered USB device information record to our internal map.voidUsbAddonFinder.usbSerialDeviceRemoved(UsbSerialDeviceInformation removedInfo) -
Uses of UsbSerialDeviceInformation in org.openhab.core.config.discovery.usbserial
Methods in org.openhab.core.config.discovery.usbserial that return UsbSerialDeviceInformationModifier and TypeMethodDescriptionUsbSerialDeviceInformation.setRemote(boolean remote) Set the remote flagMethods in org.openhab.core.config.discovery.usbserial with parameters of type UsbSerialDeviceInformationModifier and TypeMethodDescription@Nullable DiscoveryResultUsbSerialDiscoveryParticipant.createResult(UsbSerialDeviceInformation deviceInformation) Creates a discovery result for a USB device with corresponding serial port.@Nullable ThingUIDUsbSerialDiscoveryParticipant.getThingUID(UsbSerialDeviceInformation deviceInformation) Returns the thing UID for a USB device with corresponding serial port.voidUsbSerialDiscoveryListener.usbSerialDeviceDiscovered(UsbSerialDeviceInformation usbSerialDeviceInformation) Called when a new serial port provided by a USB device is discovered.voidUsbSerialDiscoveryListener.usbSerialDeviceRemoved(UsbSerialDeviceInformation usbSerialDeviceInformation) Called when a serial port provided by a USB device has been removed.