Show
Ignore:
Timestamp:
12/05/11 19:35:00 (18 months ago)
Author:
jow
Message:

modules/admin-core: expose txpower offset in wifi json status

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-core/luasrc/tools/status.lua

    r6954 r8049  
    8686                assoclist  = net:assoclist(), 
    8787                country    = net:country(), 
    88                 txpower    = net:txpower() 
     88                txpower    = net:txpower(), 
     89                txpoweroff = net:txpower_offset() 
    8990            } 
    9091        end 
     
    121122                country    = net:country(), 
    122123                txpower    = net:txpower(), 
     124                txpoweroff = net:txpower_offset(), 
    123125                device     = { 
    124126                    up     = dev:is_up(),