You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To address #8 and #12, as well as streamline the process of setting up zones, configuring hd_names it would help if there would be an interactive setup CLI.
This setup CLI would then prompt a few questions:
$ sfmc-configf) assign fan to zoneu) set ULNA state of fanc) create zonez) configure zone
> cName of zone:
> CPUZone 'CPU' created.f) assign fan to zoneu) set ULNA state of fanc) create zonez) configure zone
> cName of zone:
> CaseZone 'Case' created.f) assign fan to zoneu) set ULNA state of fanc) create zonez) configure zone
> fWhich fan?Fans available: [FAN1, FAN2]
> FAN1Which zone to assign to this fan?Zones available: [CPU, Case]
> CPUFan 'FAN1' assigned to zone 'CPU'f) assign fan to zoneu) set ULNA state of fanc) create zonez) configure zone
> fWhich fan?Fans available: [FAN1, FAN2]
> FAN2Which zone to assign to this fan?Zones available: [CPU, Case]
> CaseFan 'FAN2' assigned to zone 'Case'f) assign fan to zoneu) set ULNA state of fanc) create zonez) configure zone
> uUltra Low Noise Adapter stateWhich fan to configure?Fans available: [FAN1, FAN2]
> FAN1Fan 'FAN1' selected.Currently ULNA state is disabled.Enable this if you are using an ULNA adapter.Toggle state to enabled? Y/n
> yULNA state enabled for fan 'FAN1'.) assign fan to zoneu) set ULNA state of fanc) create zonez) configure zone
> uUltra Low Noise Adapter stateWhich fan to configure?Fans available: [FAN1, FAN2]
> FAN2Fan 'FAN2' selected.Currently ULNA state is disabled.Enable this if you are using an ULNA adapter.Toggle state to enabled? Y/n
> yULNA state enabled for fan 'FAN2'.
The text was updated successfully, but these errors were encountered:
To address #8 and #12, as well as streamline the process of setting up zones, configuring
hd_names
it would help if there would be an interactive setup CLI.This setup CLI would then prompt a few questions:
The text was updated successfully, but these errors were encountered: