Skip to content

Commit 998ae02

Browse files
committed
moved to mcm4iob
1 parent d1805e2 commit 998ae02

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
![Logo](admin/nsclient.png)
22
# ioBroker.nsclient
33

4-
[![NPM version](https://img.shields.io/npm/v/iobroker.nsclient.svg)](https://www.npmjs.com/package/iobroker.nsclient)
5-
![Current version in stable repository](https://iobroker.live/badges/nsclient-stable.svg)
6-
![Number of Installations](https://iobroker.live/badges/nsclient-installed.svg)
7-
8-
[![Test and Release](https://github.com/iobroker-community-adapters/ioBroker.nsclient/workflows/Test%20and%20Release/badge.svg)
9-
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/nsclient/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
10-
[![Downloads](https://img.shields.io/npm/dm/iobroker.nsclient.svg)](https://www.npmjs.com/package/iobroker.nsclient)
11-
12-
[![NPM](https://nodei.co/npm/iobroker.nsclient.png?downloads=true)](https://nodei.co/npm/iobroker.nsclient/)
4+
[![GitHub license](https://img.shields.io/github/license/mcm4iob/iobroker.nsclient)](https://github.com/mcm4iob/iobroker.nsclient/blob/main/LICENSE)
5+
[![Downloads](https://img.shields.io/npm/dm/iobroker.pid.svg)](https://www.npmjs.com/package/iobroker.pid)
6+
![GitHub repo size](https://img.shields.io/github/repo-size/mcm4iob/iobroker.nsclient)
7+
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/pid/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)</br>
8+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/mcm4iob/iobroker.nsclient)
9+
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/mcm4iob/iobroker.nsclient/latest)
10+
![GitHub last commit](https://img.shields.io/github/last-commit/mcm4iob/iobroker.nsclient)
11+
![GitHub issues](https://img.shields.io/github/issues/mcm4iob/iobroker.nsclient)
12+
</br>
13+
**Version:** </br>
14+
[![NPM version](http://img.shields.io/npm/v/iobroker.pid.svg)](https://www.npmjs.com/package/iobroker.pid)
15+
![Current version in stable repository](https://iobroker.live/badges/pid-stable.svg)
16+
![Number of Installations](https://iobroker.live/badges/pid-installed.svg)
17+
</br>
18+
**Tests:** </br>
19+
[![Test and Release](https://github.com/mcm4iob/iobroker.nsclient/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/mcm4iob/iobroker.nsclient/actions/workflows/test-and-release.yml)
20+
[![CodeQL](https://github.com/mcm4iob/iobroker.nsclient/actions/workflows/codeql.yml/badge.svg)](https://github.com/mcm4iob/iobroker.nsclient/actions/workflows/codeql.yml)
1321

1422
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
1523
For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
@@ -39,14 +47,18 @@ This adapter supports an unlimited number of devices with configurable polling i
3947

4048
## Documentation
4149

42-
[english documentation](https://github.com/iobroker-community-adapters/ioBroker.nsclient/tree/master/docs/en)
43-
[deutsche Dokumentation](https://github.com/iobroker-community-adapters/ioBroker.nsclient/tree/master/docs/de)
50+
[english documentation](https://github.com/mcm4iob/ioBroker.nsclient/tree/master/docs/en)
51+
[deutsche Dokumentation](https://github.com/mcm4iob/ioBroker.nsclient/tree/master/docs/de)
4452

4553
## Changelog
4654
<!--
4755
Placeholder for the next version (at the beginning of the line):
4856
### **WORK IN PROGRESS**
4957
-->
58+
### **WORK IN PROGRESS**
59+
* (mcm1957) Adapter has been moved to mcm41iob organization.
60+
* (mcm1957) Dependencies have been updated
61+
5062
### 0.2.0 (2023-09-11)
5163
* (mcm1957) This adapter requires node 18 or newer now
5264
* (mcm1957) Dependencies have been updated

io-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
"main": "main.js",
117117
"icon": "nsclient.png",
118118
"enabled": true,
119-
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.nsclient/master/admin/nsclient.png",
120-
"readme": "https://github.com/iobroker-community-adapters/ioBroker.nsclient/blob/master/README.md",
119+
"extIcon": "https://raw.githubusercontent.com/mcm4iob/ioBroker.nsclient/master/admin/nsclient.png",
120+
"readme": "https://github.com/mcm4iob/ioBroker.nsclient/blob/master/README.md",
121121
"loglevel": "info",
122122
"messagebox": false,
123123
"mode": "daemon",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"name": "mcm1957",
77
"email": "mcm57@gmx.at"
88
},
9-
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.nsclient",
9+
"homepage": "https://github.com/mcm4iob/ioBroker.nsclient",
1010
"license": "MIT",
1111
"keywords": [
1212
"monitoring",
1313
"nsclient++"
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/iobroker-community-adapters/ioBroker.nsclient.git"
17+
"url": "https://github.com/mcm4iob/ioBroker.nsclient.git"
1818
},
1919
"engines": {
2020
"node": ">=18"
@@ -67,7 +67,7 @@
6767
"release": "release-script"
6868
},
6969
"bugs": {
70-
"url": "https://github.com/iobroker-community-adapters/ioBroker.nsclient/issues"
70+
"url": "https://github.com/mcm4iob/ioBroker.nsclient/issues"
7171
},
7272
"readmeFilename": "README.md"
7373
}

0 commit comments

Comments
 (0)