UNPKG

supermicro-ipmi

Version:

Simple module for accessing and controlling the IPMI interface on Supermicro motherboards

9 lines 160 B
/** * Define your config to be used in each of the examples */ module.exports = { host: '10.0.20.52', port: 80, username: 'ADMIN', password: 'ADMIN' }