Diseqc tree table
Jump to navigation
Jump to search
Note: The correct title of this article is diseqc_tree table. It appears incorrectly here due to technical restrictions.
The diseqc_tree table contains ...
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| diseqcid | int(10) unsigned | PRI | AUTO_INCREMENT | ||
| parentid | int(10) unsigned | NULL | NULL | REFERENCES diseqc_tree(diseqcid) | |
| ordinal | tinyint(3) unsigned | ||||
| type | varchar(16) | ||||
| subtype | varchar(16) | ||||
| description | varchar(32) | ||||
| switch_ports | tinyint(3) unsigned | 0 | |||
| rotor_hi_speed | float | 0 | |||
| rotor_lo_speed | float | 0 | |||
| rotor_positions | varchar(255) | ||||
| lnb_lof_switch | int(10) | 0 | |||
| lnb_lof_hi | int(10) | 0 | |||
| lnb_lof_lo | int(10) | 0 | |||
| cmd_repeat | int(11) | 1 | |||
| lnb_pol_inv | tinyint(4) | 0 | |||
| address | tinyint(3) unsigned | 0 |