Source Web Status Reset
source.web(p, [label], [level], [data])
Clear overridden data for the web source information.
Parameter | Type | Description |
---|---|---|
p |
table | Protocol table |
label |
boolean | Set to true to erase the label |
level |
boolean | Set to true to erase the level |
data |
boolean | Set to true to erase the data set |
e.g.
sources[4]:webreset(false, false, true) -- erase the Some/Data, More/Info
sources[4]:webreset(true, true, true) -- erase all overrides
Internally this just updates the i.chnl[#].src.web
and i.chnl[#].src.data
tables.