mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-01 13:54:39 +02:00
Add support for the "tx-power" wireless parameter (#239)
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
c5e51f9a93
commit
332955aff5
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/239-wireless-tx-power.yml
Normal file
2
changelogs/fragments/239-wireless-tx-power.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- api_info, api_modify - add support for the ``tx-power`` attribute in ``interface wireless`` (https://github.com/ansible-collections/community.routeros/pull/239).
|
|
@ -1882,6 +1882,7 @@ PATHS = {
|
||||||
'supported-rates-b': KeyInfo(),
|
'supported-rates-b': KeyInfo(),
|
||||||
'tdma-period-size': KeyInfo(default=2),
|
'tdma-period-size': KeyInfo(default=2),
|
||||||
'tx-chains': KeyInfo(),
|
'tx-chains': KeyInfo(),
|
||||||
|
'tx-power': KeyInfo(default=''),
|
||||||
'tx-power-mode': KeyInfo(default='default'),
|
'tx-power-mode': KeyInfo(default='default'),
|
||||||
'update-stats-interval': KeyInfo(default='disabled'),
|
'update-stats-interval': KeyInfo(default='disabled'),
|
||||||
'vlan-id': KeyInfo(default=1),
|
'vlan-id': KeyInfo(default=1),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue