Skip to content

Commit 38d616d

Browse files
saperguspergus
andauthored
added label to poweroutlet (#1222)
Co-authored-by: Per-Ola Gustafsson <n1175@hotmail.com>
1 parent 48020cf commit 38d616d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/modules/netbox_power_outlet.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
- The name of the power outlet
4242
required: true
4343
type: str
44+
label:
45+
description:
46+
- The label of the power outlet
47+
required: false
48+
type: str
4449
type:
4550
description:
4651
- The type of the power outlet
@@ -202,6 +207,7 @@ def main():
202207
options=dict(
203208
device=dict(required=True, type="raw"),
204209
name=dict(required=True, type="str"),
210+
label=dict(required=False, type="str"),
205211
type=dict(
206212
required=False,
207213
choices=[

0 commit comments

Comments
 (0)