Changeset 899 for trunk/Modules/Meteostation
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meteostation/Meteostation.php
r894 r899 77 77 } 78 78 79 class ModuleMeteoStation extends AppModule79 class ModuleMeteoStation extends Module 80 80 { 81 81 function __construct(System $System) … … 87 87 $this->License = 'GNU/GPLv3'; 88 88 $this->Description = 'Gathering and presentation of data from network meteostation.'; 89 $this->Dependencies = array();90 89 } 91 90
Note:
See TracChangeset
for help on using the changeset viewer.