Skip to content

Commit

Permalink
(simatec) Beta 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Jun 5, 2023
1 parent 3a91f2f commit 0dfd7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const utils = require('@iobroker/adapter-core');
// @ts-ignore
const schedule = require('node-schedule');
// @ts-ignore
const SunCalc = require('suncalc2');
const SunCalc = require('suncalc');

const sunProtect = require('./lib/sunProtect.js'); // SunProtect
const triggerChange = require('./lib/triggerChange.js'); // triggerChange
Expand Down

0 comments on commit 0dfd7e4

Please sign in to comment.