We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb63a7 commit 2046375Copy full SHA for 2046375
plugins/modules/netbox_device_type.py
@@ -54,7 +54,7 @@
54
description:
55
- The height of the device type in rack units
56
required: false
57
- type: int
+ type: float
58
weight:
59
60
- The weight of the device type
@@ -210,7 +210,7 @@ def main():
210
model=dict(required=True, type="raw"),
211
slug=dict(required=False, type="str"),
212
part_number=dict(required=False, type="str"),
213
- u_height=dict(required=False, type="int"),
+ u_height=dict(required=False, type="float"),
214
weight=dict(required=False, type="float"),
215
weight_unit=dict(
216
required=False,
0 commit comments