$type
$type : ?string
External power metadata entity
__construct(string|null $type = null, float|null $nominalVoltage = null, float|null $minVoltage = null, float|null $maxVoltage = null) : mixed
Constructs External metadata object.
| string|null | $type | External power supply type. |
| float|null | $nominalVoltage | Reference voltage level. |
| float|null | $minVoltage | Minimum voltage delivery. |
| float|null | $maxVoltage | Maximum voltage delivery. |
fromApiResponse(array{type?: string, nominalVoltage?: float, minVoltage?: float, maxVoltage?: float} $response) : \Iqrf\Repository\Entities\Metadata\External
Parses the provided response data into an External object
| array{type?: string, nominalVoltage?: float, minVoltage?: float, maxVoltage?: float} | $response | API response body |
The parsed External object