aboutsummaryrefslogtreecommitdiff
path: root/modern/src/attributes/deviceAttributes.js
blob: 26e3d92838ebaca21d33c23ffa26dc1ee7189154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import t from '../common/localization';

export default {
  speedLimit: {
    name: t('attributeSpeedLimit'),
    type: 'string',
  },
  'report.ignoreOdometer': {
    name: t('attributeReportIgnoreOdometer'),
    type: 'boolean',
  },
};