pressure-converter
Convert between pressure units: pascal, kilopascal, bar, psi, atmosphere, mmhg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit. | |
| from | Yes | Source unit. | |
| value | Yes | Pressure value to convert. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit, echoed back. | |
| from | Yes | Source unit, echoed back. | |
| value | Yes | Input value, echoed back. | |
| result | Yes | Converted value in the target unit. |