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 TypeMethodDescriptionvoid
UsbAddonFinder.usbSerialDeviceDiscovered
(UsbSerialDeviceInformation discoveredInfo) Add the discovered USB device information record to our internal map.void
UsbAddonFinder.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 DiscoveryResult
UsbSerialDiscoveryParticipant.createResult
(UsbSerialDeviceInformation deviceInformation) Creates a discovery result for a USB device with corresponding serial port.@Nullable ThingUID
UsbSerialDiscoveryParticipant.getThingUID
(UsbSerialDeviceInformation deviceInformation) Returns the thing UID for a USB device with corresponding serial port.void
UsbSerialDiscoveryListener.usbSerialDeviceDiscovered
(UsbSerialDeviceInformation usbSerialDeviceInformation) Called when a new serial port provided by a USB device is discovered.void
UsbSerialDiscoveryListener.usbSerialDeviceRemoved
(UsbSerialDeviceInformation usbSerialDeviceInformation) Called when a serial port provided by a USB device has been removed.