Skip to content

Commit 2046375

Browse files
committed
Change u_height to float
1 parent 2cb63a7 commit 2046375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/netbox_device_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
description:
5555
- The height of the device type in rack units
5656
required: false
57-
type: int
57+
type: float
5858
weight:
5959
description:
6060
- The weight of the device type
@@ -210,7 +210,7 @@ def main():
210210
model=dict(required=True, type="raw"),
211211
slug=dict(required=False, type="str"),
212212
part_number=dict(required=False, type="str"),
213-
u_height=dict(required=False, type="int"),
213+
u_height=dict(required=False, type="float"),
214214
weight=dict(required=False, type="float"),
215215
weight_unit=dict(
216216
required=False,

0 commit comments

Comments
 (0)