Skip to content

Commit 7ebe8f2

Browse files
authored
Update modules/post/hardware/zigbee/zstumbler.rb
1 parent 04e1424 commit 7ebe8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/hardware/zigbee/zstumbler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def display_details(routerdata)
4848
1 => 'ZigBee 2004',
4949
2 => 'ZigBee 2006/2007'
5050
}
51-
spanid, source, extpanid, stackprofilever, = routerdata
51+
spanid, source, extpanid, stackprofilever, _channel = routerdata
5252
stackprofilever = stackprofilever.unpack('H*')[0].hex
5353
stackprofile = stackprofilever & 0x0f
5454
stackver = (stackprofilever & 0xf0) >> 4

0 commit comments

Comments
 (0)