Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchip authored Feb 25, 2024
1 parent 8ccc037 commit 0aed07f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ https://github.com/openhab/openhab1-addons/wiki/Novelan-Luxtronic-heat-pump-bind
| Category | Status |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Version | [![npm version](https://badge.fury.io/js/luxtronik2.svg)](https://badge.fury.io/js/luxtronik2) |
| Build | [![Build Status](https://travis-ci.org/coolchip/luxtronik2.svg?branch=master)](https://travis-ci.org/coolchip/luxtronik2) |
| License | [![npm](https://img.shields.io/npm/l/express.svg)](https://www.npmjs.com/package/luxtronik2) |
## Installation

Expand Down Expand Up @@ -108,7 +107,7 @@ pump.read(function (err, data) {

Output:

```json
```javascript
{
values: {
additional_value: 'no',
Expand All @@ -131,7 +130,7 @@ Note: you need to set "runDearate" directly after you set the related pump, othe

Example code:

```json
```javascript
const value= 1;
pump.write('solarPumpDeaerate', value, function (err, data) {
if (err) {
Expand Down

0 comments on commit 0aed07f

Please sign in to comment.