[SCHEMA] device_vertical_orientation
inconsistent naming, missing the '_id' on the end for an enum
#234
Labels
device_vertical_orientation
inconsistent naming, missing the '_id' on the end for an enum
#234
Describe the bug
The
device_vertical_orientation
name is inconsistent with other emuns such asmeasurement_station_type_id
,logger_oem_id
,mast_geometry_id
,measurement_units_id
,statistic_type_id
,sensor_type_id
,mounting_type_id
andstructure_type_id
as it is missing the "_id" on the end.Expected behavior
As this is an enum, it is expected to have an "_id" on the end of it's name.
Screenshots
Additional context
This will be a breaking change as it is renaming a property.
Similar issue for
plant_type
.The text was updated successfully, but these errors were encountered: