Skip to content

Commit

Permalink
added version
Browse files Browse the repository at this point in the history
  • Loading branch information
windkh committed Sep 15, 2024
1 parent 4631672 commit e2172f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shelly/99-shelly.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

module.exports = function (RED) {
"use strict";

let config = require('./config/config.json');

const axios = require('axios').default;
Expand All @@ -23,6 +24,9 @@ module.exports = function (RED) {

const fastify = require('fastify');

const pkg = require('./../package.json');
RED.log.info('node-red-contrib-shelly version: v' + pkg.version);

let nonceCount = 1;

// no operation function
Expand Down

0 comments on commit e2172f8

Please sign in to comment.