Changeset 675 for trunk/Modules/Network/Network.php
- Timestamp:
- Jul 21, 2014, 11:20:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r674 r675 158 158 'LoginName' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => '', 'Null' => true), 159 159 'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => '', 'Null' => true), 160 'API' => array('Type' => 'TDeviceAPIType', 'Caption' => 'API', 'Default' => '', 'Null' => true), 160 161 ), 161 162 'Actions' => array( … … 265 266 'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => '0', 'ReadOnly' => true, 'Suffix' => 'Wattů'), 266 267 'UsersOverheads' => array('Type' => 'Integer', 'Caption' => 'Podílníků', 'Default' => '0', 'ReadOnly' => true), 268 ), 269 )); 270 $this->System->FormManager->RegisterClass('DeviceAPIType', array( 271 'Title' => 'Typ API zařízení', 272 'Table' => 'DeviceAPIType', 273 'Items' => array( 274 'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''), 275 'Devices' => array('Type' => 'TDeviceListAPI', 'Caption' => 'Zařízení', 'Default' => ''), 267 276 ), 268 277 ));
Note:
See TracChangeset
for help on using the changeset viewer.