device_buzzerconf


Columns

Column Type Size Nulls Auto Default Children Parents Comments
iddevice int4 10 null
functionality_enable bool 1 null
threshold_rpm int4 10 null
threshold_acc int4 10 null
threshold_speed int4 10 null
sync bool 1 null
rpm_enabled int4 10 null

Buzzer enabled status for rpm

speed_enabled int4 10 null

Buzzer enabled status for speed

acc_enabled int4 10 null

Buzzer enabled status for acceleration

Indexes

Constraint Name Type Sort Column(s)
device_buzzerconf_pkey Primary key Asc iddevice

Relationships