Interface DeviceFactory


  • public interface DeviceFactory
    Factory to create Device instances.
    • Method Detail

      • createDevice

        Device createDevice​(DeviceSettings deviceSettings)
        Creates a new Device instance.
        Parameters:
        deviceSettings - the settings to be applied on the device.
        Returns:
        a new Device instance, not running. Use Service.startAsync() to start the device.