Skip to content

Commit

Permalink
* (Apollon77) Add adapter tier for js-controller 3.3
Browse files Browse the repository at this point in the history
* update testing
  • Loading branch information
Apollon77 committed Jun 23, 2021
1 parent ce5e84b commit 23c1134
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -151,10 +151,8 @@ jobs:
export SENTRY_PROJECT=iobroker-s7
export SENTRY_VERSION=iobroker.s7@${{ steps.extract_release.outputs.VERSION }}
sentry-cli releases new $SENTRY_VERSION
sentry-cli releases set-commits $SENTRY_VERSION --auto
sentry-cli releases finalize $SENTRY_VERSION
# Add the following line BEFORE finalize if repositories are connected in Sentry
# sentry-cli releases set-commits $SENTRY_VERSION --auto

# Add the following line BEFORE finalize if sourcemap uploads are needed
# sentry-cli releases files $SENTRY_VERSION upload-sourcemaps build/
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
![Logo](admin/S7.png)
# iobroker.s7

![Number of Installations](http://iobroker.live/badges/s7-installed.svg) ![Number of Installations](http://iobroker.live/badges/s7-stable.svg) [![NPM version](http://img.shields.io/npm/v/iobroker.s7.svg)](https://www.npmjs.com/package/iobroker.s7)
[![Downloads](https://img.shields.io/npm/dm/iobroker.s7.svg)](https://www.npmjs.com/package/iobroker.s7)
[![Tests](https://travis-ci.org/ioBroker/ioBroker.s7.svg?branch=master)](https://travis-ci.org/ioBroker/ioBroker.s7)
![Number of Installations](http://iobroker.live/badges/s7-installed.svg)
![Number of Installations](http://iobroker.live/badges/s7-stable.svg)
[![NPM version](http://img.shields.io/npm/v/iobroker.s7.svg)](https://www.npmjs.com/package/iobroker.s7)

[![NPM](https://nodei.co/npm/iobroker.s7.png?downloads=true)](https://nodei.co/npm/iobroker.s7/)
![Test and Release](https://github.com/ioBroker/iobroker.s7/workflows/Test%20and%20Release/badge.svg)
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/s7/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget)
[![Downloads](https://img.shields.io/npm/dm/iobroker.s7.svg)](https://www.npmjs.com/package/iobroker.s7)

## English
The Siemens S7 adapter is based on Snap7, with Snap7 when the
Expand Down Expand Up @@ -56,6 +58,10 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
-->

## Changelog

### __WORK IN PROGRESS__
* (Apollon77) Add adapter tier for js-controller 3.3

### 1.3.1 (2021-06-23)
* (bluefox) Corrected the type of states

Expand Down
1 change: 1 addition & 0 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
},
"connectionType": "local",
"dataSource": "poll",
"tier": 2,
"compact": true,
"plugins": {
"sentry": {
Expand Down

0 comments on commit 23c1134

Please sign in to comment.