ioBroker / ioBroker.ping

Pings configured IPs for ioBroker
MIT License
21 stars 17 forks source link

support compact mode #16

Closed simatec closed 5 years ago

Apollon77 commented 5 years ago

Hm ... some things to consider:

Can you please revert those? Alterative I do it here in PR

jogibear9988 commented 5 years ago

why don't remove lib utils and replace with

  const utils = require('@iobroker/adapter-core');

needs change in package.json: "@iobroker/adapter-core": "^1.0.3"

Apollon77 commented 5 years ago

in fact yes, but different story so ideally different PR ? ;-)

simatec commented 5 years ago

I'll adjust the PR again tomorrow.

simatec commented 5 years ago

Fix is finish ;-)

Apollon77 commented 5 years ago

Thank you!