electrical_profiles
import a new electrical profile set
post/electrical_profile_set
Query parameters
namestring required
Request body
Example request
{
"levels": [
{
"power_class": "1",
"track_ranges": [
{
"track": "01234567-89ab-cdef-0123-456789abcdef"
}
],
"value": "A"
}
]
}Response
The list of ids and names of electrical profile sets available
Example response
{
"data": {
"levels": [
{
"power_class": "1",
"track_ranges": [
{
"track": "01234567-89ab-cdef-0123-456789abcdef"
}
],
"value": "A"
}
]
}
}Changes
No changes recorded. 2 of the 77 revisions have no diff computed, so they could not be searched.