Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Outlet type C39 #17471

Closed
Etibru opened this issue Sep 12, 2024 · 4 comments · Fixed by #17475
Closed

Add Outlet type C39 #17471

Etibru opened this issue Sep 12, 2024 · 4 comments · Fixed by #17475
Assignees
Labels
complexity: low Requires minimal effort to implement status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application

Comments

@Etibru
Copy link

Etibru commented Sep 12, 2024

NetBox version

v4.0

Feature type

Data model extension

Proposed functionality

It would be interesting to have the C39 outlet type (C13/C19
COMPATIBLE)

Use case

Add PDU models or other Eaton brand equipment to Netbox

Database changes

"type": {
        "value": "iec-60320-c39",
        "label": "C39"
    },

or

"type": {
        "value": "eaton-c39",
        "label": "C39"
    },

External dependencies

No response

@Etibru Etibru added status: needs triage This issue is awaiting triage by a maintainer type: feature Introduction of new functionality to the application labels Sep 12, 2024
@jeremystretch
Copy link
Member

AFAICT C39 is not an IEC 60320 standard outlet type, but rather a proprietary form factor produced by Eaton. Is that accurate?

@Etibru
Copy link
Author

Etibru commented Sep 12, 2024

Exactly, it's an Eaton design, a bit like Juniper's VPC ports :

    "type": {
        "value": "juniper-vcp",
        "label": "Juniper VCP"
    },

@jeremystretch jeremystretch added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation complexity: low Requires minimal effort to implement and removed status: needs triage This issue is awaiting triage by a maintainer labels Sep 12, 2024
@jeremystretch
Copy link
Member

Ok, just noting that this will need to be listed under the proprietary group and not IEC 60320.

@jsenecal
Copy link
Contributor

jsenecal commented Sep 12, 2024

You can assign this to me
develop...jsenecal:netbox:17471-c39

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: low Requires minimal effort to implement status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants