We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f3bfd commit 89dff67Copy full SHA for 89dff67
dyson-utils.js
@@ -16,7 +16,6 @@ const rootCas = require('ssl-root-cas').create();
16
const httpsAgent = new https.Agent({ca: rootCas});
17
// const ipformat = /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/;
18
rootCas.addFile(path.resolve(__dirname, 'certificates/intermediate.pem'));
19
-const {Resolver} = require('dns');
20
21
22
module.exports.wait=async function(milliSec){
0 commit comments