Skip to content

Commit

Permalink
chore: release v1.7.3
Browse files Browse the repository at this point in the history
* (bluefox) Added the functionality to poll the address range periodically
  • Loading branch information
GermanBluefox committed Aug 25, 2024
1 parent 8db6460 commit 146bcdf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You must install `setcap` with `sudo apt-get install libcap2-bin` before if `set
- [ ] Implement the possibility to monitor TCP ports

## Changelog
### **WORK IN PROGRESS**
### 1.7.3 (2024-08-25)
* (bluefox) Added the functionality to poll the address range periodically

### 1.7.1 (2024-08-25)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ping",
"version": "1.7.2",
"version": "1.7.3",
"news": {
"1.7.3": {
"en": "Added the functionality to poll the address range periodically",
"de": "Hinzugefügt die Funktionalität, um den Adressbereich periodisch abzufragen",
"ru": "Добавлена функциональность для периодического опроса адресного диапазона",
"pt": "Adicionado a funcionalidade para sondar o intervalo de endereços periodicamente",
"nl": "De functionaliteit toegevoegd om het adresbereik periodiek te peilen",
"fr": "Ajout de la fonctionnalité pour le sondage périodique de la plage d'adresses",
"it": "Aggiunta la funzionalità per sondare l'intervallo di indirizzi periodicamente",
"es": "Añadido la funcionalidad para encuestar el rango de dirección periódicamente",
"pl": "Dodano funkcjonalność badania zakresu adresów okresowo",
"uk": "Додано функціональність для опитування адресного діапазону періодично",
"zh-cn": "添加功能以定期对地址范围进行投票"
},
"1.7.1": {
"en": "Added resolution of IP addresses to MAC addresses",
"de": "Zusätzliche Auflösung von IP-Adressen an MAC-Adressen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.ping",
"description": "This adapter cyclic polls configured IPs.",
"version": "1.7.2",
"version": "1.7.3",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
Expand Down

0 comments on commit 146bcdf

Please sign in to comment.