Ignore:
Timestamp:
Dec 20, 2013, 11:57:02 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Další položky do tabulky "Bezdrátové rozhraní".
  • Přidáno: Příprava tabulky NewsImport pro zobecnění importu aktualit z jiných webů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Network.php

    r605 r615  
    280280      'Items' => array(
    281281        'SSID' => array('Type' => 'String', 'Caption' => 'SSID', 'Default' => ''),
     282        'MAC' => array('Type' => 'MacAddress', 'Caption' => 'MAC', 'Default' => ''),
    282283        'NetworkInterface' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní', 'Default' => ''),
    283284        'TxPower' => array('Type' => 'Integer', 'Caption' => 'Výstupní výkon', 'Default' => '18', 'Suffix' => 'dBm'),
    284285        'CableAttenuation' => array('Type' => 'Integer', 'Caption' => 'Útlum vedení', 'Default' => '0', 'Suffix' => 'dB'),
     286        'Antenna' => array('Type' => 'TProduct', 'Caption' => 'Anténa', 'Default' => '', 'Null' => true),
    285287        'AntenaGain' => array('Type' => 'Integer', 'Caption' => 'Zisk antény', 'Default' => '', 'Suffix' => 'dBi'),
     288        'AntennaPolarity' => array('Type' => 'TAntennaPolarity', 'Caption' => 'Polarizace antény', 'Default' => '0'),
    286289        'Frequency' => array('Type' => 'Float', 'Caption' => 'Frekvence', 'Default' => '5600', 'Suffix' => 'MHz'),
    287290        'ChannelWidth' => array('Type' => 'Integer', 'Caption' => 'Šírka kanálu', 'Default' => '20', 'Suffix' => 'MHz'),
     
    292295        'UnderLimit' => array('Type' => 'Boolean', 'Caption' => 'V limitu', 'Default' => '', 'Suffix' => '',
    293296          'ReadOnly' => true, 'SQL' => '((`TxPower` - `CableAttenuation` + `AntenaGain`) <= (CASE WHEN `Frequency` >= 5450 AND `Frequency` <= 5725 THEN 27 ELSE 20 END))'),
     297        'Description' => array('Type' => 'String', 'Caption' => 'Popis', 'Default' => ''),
    294298      ),
    295299    ));
Note: See TracChangeset for help on using the changeset viewer.