root/contributed_modules/modules/wakeup/install.php

Revision 5064, 175 bytes (checked in by p_lindheimer, 5 years ago)

#1766: add wakeup to contributed modules repository

  • Property svn:executable set to *
Line 
1 <?php
2
3 // Register FeatureCode - Weather
4 $fcc = new featurecode('wakeup', 'wakeup');
5 $fcc->setDescription('Wakeup');
6 $fcc->setDefault('*62');
7 $fcc->update();
8 unset($fcc);
9
10 ?>
Note: See TracBrowser for help on using the browser.