Add unit conversions to age, dimension, temperature #3037
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
generated
Generated dialogs related issues
With $units we know enough to be able to automatically convert dimension units, i.e.
$units = feet, convert kilometer, hectometer, inches, etc. and vice versa.
We can also convert areas and perhaps as a bonus currency although that requires an API call to an exchange. I suspect the best way to do this is to create some custom LG functions to do the conversion, i.e.
Then we can use those in the generated dialogs to convert units automatically or complain about not being able to convert. For example if $units = Inches.
We also need to add combination logic, i.e. "6 foot 1 inches" results in this:
The text was updated successfully, but these errors were encountered: