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

SNMP: delta_ups-mib.c: is "splite-phase" a real word? #2302

Closed
jimklimov opened this issue Feb 10, 2024 · 1 comment
Closed

SNMP: delta_ups-mib.c: is "splite-phase" a real word? #2302

jimklimov opened this issue Feb 10, 2024 · 1 comment
Assignees
Labels
impacts-release-2.8.0 Issues reported against NUT release 2.8.0 (maybe vanilla or with minor packaging tweaks) impacts-release-2.8.1 Issues reported against NUT release 2.8.1 (maybe vanilla or with minor packaging tweaks) question SNMP
Milestone

Comments

@jimklimov
Copy link
Member

jimklimov commented Feb 10, 2024

static info_lkp_t delta_ups_upstype_info[] = {
{ 1, "on-line", NULL, NULL },
{ 2, "off-line", NULL, NULL },
{ 3, "line-interactive", NULL, NULL },
{ 4, "3phase", NULL, NULL },
{ 5, "splite-phase", NULL, NULL },
{ 0, NULL, NULL, NULL }
};

@aquette : in item 5, is it "splite" (some vendor key word?) or "split" phase here? Any ideas? :)

Originally posted by @jimklimov in #2285 (comment)

@jimklimov jimklimov added SNMP impacts-release-2.8.0 Issues reported against NUT release 2.8.0 (maybe vanilla or with minor packaging tweaks) impacts-release-2.8.1 Issues reported against NUT release 2.8.1 (maybe vanilla or with minor packaging tweaks) labels Feb 10, 2024
@jimklimov jimklimov added this to the 2.8.3 milestone Feb 10, 2024
@aquette
Copy link
Member

aquette commented Feb 10, 2024

Split-phase 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impacts-release-2.8.0 Issues reported against NUT release 2.8.0 (maybe vanilla or with minor packaging tweaks) impacts-release-2.8.1 Issues reported against NUT release 2.8.1 (maybe vanilla or with minor packaging tweaks) question SNMP
Projects
None yet
Development

No branches or pull requests

2 participants