Browse Source

fixed device script error

cecylia 8 years ago
parent
commit
26d9ea9cc4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      js/devicescripts.js

+ 2 - 0
js/devicescripts.js

@@ -27,6 +27,8 @@ var deviceScripts = {
     },
     },
     modem: {
     modem: {
         onPacketReceived: function(device, packet) {
         onPacketReceived: function(device, packet) {
+        }
+    }