增加晶全app静态页面
This commit is contained in:
13
node_modules/mqtt-packet/packet.js
generated
vendored
Normal file
13
node_modules/mqtt-packet/packet.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
class Packet {
|
||||
constructor () {
|
||||
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