Website/node_modules/speech-rule-engine/lib/units/temperature.json

32 lines
442 B
JSON

[
{"category": "",
"mappings": {
"default": {
"default": "Fahrenheit"
}
},
"key": "F",
"names": ["F", "F.", "\u00B0F"]
},
{"category": "",
"mappings": {
"default": {
"default": "Celsius",
"alternative": "Centigrade"
}
},
"key": "C",
"names": ["C", "\u00B0C"]
},
{"category": "",
"mappings": {
"default": {
"default": "Kelvin"
}
},
"key": "K",
"names": ["K", "\u00B0K"]
}
]