Uses of Class
org.openhab.core.config.discovery.sddp.SddpDevice
Package
Description
-
Uses of SddpDevice in org.openhab.core.config.discovery.addon.sddp
Modifier and TypeMethodDescriptionvoid
SddpAddonFinder.deviceAdded
(SddpDevice device) void
SddpAddonFinder.deviceRemoved
(SddpDevice device) -
Uses of SddpDevice in org.openhab.core.config.discovery.sddp
Modifier and TypeMethodDescriptionSddpDiscoveryService.createSddpDevice
(String data) Optionally create anSddpDevice
object from UDP packet data if the data is good.Modifier and TypeMethodDescription@Nullable DiscoveryResult
SddpDiscoveryParticipant.createResult
(SddpDevice device) Creates a discovery result for a SDDP devicevoid
SddpDeviceParticipant.deviceAdded
(SddpDevice device) void
SddpDeviceParticipant.deviceRemoved
(SddpDevice device) @Nullable ThingUID
SddpDiscoveryParticipant.getThingUID
(SddpDevice device) Returns the thing UID for a SDDP device