-
Methods Method Description org.openmuc.jeebus.spine.spi.UseCase.setDevice(Device) this method is called byDevice.addUseCase(UseCase)
, which also performs other work to register the use case to the device. CallingsetDevice
outside of that will result in the use case not being properly registered to the device and should be avoided.