Skip to content

Commit

Permalink
add header
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Feb 6, 2024
1 parent dd01197 commit f63fe4c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions MMM-Pir.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/****************
/*!**************
* MMM-Pir v1.2 *
* Bugsounet *
* 01/2024 *
* 02/2024 *
*****************/

var _logPIR = (...args) => { /* do nothing */ }
Expand Down
4 changes: 4 additions & 0 deletions components/screenDisplayer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!******************
* Screen displayer *
* Bugsounet *
*********************/
class screenDisplayer {
constructor(config, Tools) {
this.config = config
Expand Down
6 changes: 4 additions & 2 deletions components/screenLib.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** Screen management **/
/** bugsounet **/
/*!******************
* Screen management *
* Bugsounet *
*********************/

const exec = require('child_process').exec
const process = require('process')
Expand Down
4 changes: 4 additions & 0 deletions components/screenTouch.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!************
* screenTouch *
* Bugsounet *
***************/
class screenTouch {
constructor(mode,Tools) {
this.mode = mode
Expand Down
6 changes: 3 additions & 3 deletions node_helper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************
* node_helper for MMM-Pir v1.0 *
* BuGsounet ©05/22 *
/*!*****************************
* node_helper for MMM-Pir v1.2 *
* BuGsounet *
********************************/

const NodeHelper = require('node_helper')
Expand Down

0 comments on commit f63fe4c

Please sign in to comment.