export const SENSOR_HEADING = (): DropDownItem => ({
  heading: true, headingId: PinGroupName.Sensor,
  label: t("Sensors"), value: 0,
});