Class GetDeviceResponse.Device
- java.lang.Object
-
- io.openems.edge.bridge.onewire.jsonrpc.GetDeviceResponse.Device
-
- Enclosing class:
- GetDeviceResponse
public static class GetDeviceResponse.Device extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetDeviceResponse.Device
from(OneWireContainer owc)
ExtractsGetDeviceResponse.Device
info from aOneWireContainer
.
-
-
-
Method Detail
-
from
public static GetDeviceResponse.Device from(OneWireContainer owc)
ExtractsGetDeviceResponse.Device
info from aOneWireContainer
.- Parameters:
owc
- theOneWireContainer
- Returns:
- the
GetDeviceResponse.Device
-
-