mqtt stuff added
This commit is contained in:
12
node_modules/mqtt-packet/packet.js
generated
vendored
Normal file
12
node_modules/mqtt-packet/packet.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
function Packet () {
|
||||
this.cmd = null
|
||||
this.retain = false
|
||||
this.qos = 0
|
||||
this.dup = false
|
||||
this.length = -1
|
||||
this.topic = null
|
||||
this.payload = null
|
||||
}
|
||||
|
||||
module.exports = Packet
|
Reference in New Issue
Block a user