1 30a52067SGeorge Liuoption( 2 30a52067SGeorge Liu 'id-led-group', 3 30a52067SGeorge Liu type : 'string', 4 30a52067SGeorge Liu value: 'enclosure_identify', 5 30a52067SGeorge Liu description : 'The identify LED group name' 6 30a52067SGeorge Liu) 7 30a52067SGeorge Liu 8 30a52067SGeorge Liuoption( 9 30a52067SGeorge Liu 'long-press-time-ms', 10 30a52067SGeorge Liu type : 'integer', 11 30a52067SGeorge Liu value: 3000, 12 30a52067SGeorge Liu description : 'Time to long press the button' 13 30a52067SGeorge Liu) 14 30a52067SGeorge Liu 15 30a52067SGeorge Liuoption( 16 30a52067SGeorge Liu 'lookup-gpio-base', 17 30a52067SGeorge Liu type : 'feature', 18 30a52067SGeorge Liu value: 'enabled', 19 30a52067SGeorge Liu description : 'Look up the GPIO base value in /sys/class/gpio. Otherwise use a base of 0.' 20 30a52067SGeorge Liu) 21 30a52067SGeorge Liu 22 30a52067SGeorge Liuoption( 23 30a52067SGeorge Liu 'power-button-profile', 24 30a52067SGeorge Liu type: 'combo', 25 30a52067SGeorge Liu choices: ['default', 'host_then_chassis_poweroff'], 26 30a52067SGeorge Liu value: 'default', 27 30a52067SGeorge Liu description : 'Used to select a custom power button behavior profile.' 28 30a52067SGeorge Liu) 29 30a52067SGeorge Liu 30 30a52067SGeorge Liuoption( 31 30a52067SGeorge Liu 'reset-button-do-warm-reboot', 32 30a52067SGeorge Liu type : 'feature', 33 30a52067SGeorge Liu value : 'disabled', 34 30a52067SGeorge Liu description : 'Enable warm reboot on the reset button' 35 30a52067SGeorge Liu) 36 *31ce375eSRush Chen 37 *31ce375eSRush Chenoption( 38 *31ce375eSRush Chen 'host-instances', 39 *31ce375eSRush Chen type: 'string', 40 *31ce375eSRush Chen value: '0', 41 *31ce375eSRush Chen description: 'Host Instances that can be defined by project, for example: 1 2 3 4' 42 *31ce375eSRush Chen) 43