Skip to content

Commit

Permalink
Fix removal of import xapi
Browse files Browse the repository at this point in the history
  • Loading branch information
ohm86 committed Nov 7, 2023
1 parent d23d508 commit ec8dc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Daily Reboot/DailyReboot.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import xapi from 'xapi';

//Define hour and minute for boot every day (device time)
const hourBoot = 3; // 0-23 (Default 3am, numbers are without leading zeroes)
const minuteBoot = 0; // 0-59 (Default sharp)
Expand Down

0 comments on commit ec8dc26

Please sign in to comment.