Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinlys committed Dec 6, 2020
1 parent e1c549d commit 874812f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# C-PowerLED
# C-Power LED
A simple microsocket to communication with C-Power Lumen China via TCP

Credits to microsocket/CP5200 https://github.com/microsocket/CP5200.git (page not found)


4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ const qs = require('querystring');
const net = require('net');
const _ = require('./services/common');

/*
Credits to microsocket/CP5200 https://github.com/microsocket/CP5200.git (page not found)
*/

http.createServer(function(req,res) {
var body = '';
req.on('data', function(data) {
Expand Down

0 comments on commit 874812f

Please sign in to comment.