mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-27 17:16:42 +00:00
Fix advanced settings
Disabled this by accident when doing the async fixes. Upstream pyghmi passess this as well.
This commit is contained in:
@@ -1028,7 +1028,7 @@ class XCCClient(IMMClient):
|
||||
return {'height': int(dsc['u-height']), 'slot': int(dsc['slot'])}
|
||||
|
||||
async def get_extended_bmc_configuration(self, hideadvanced=True):
|
||||
immsettings = await self.get_system_configuration(fetchimm=True)
|
||||
immsettings = await self.get_system_configuration(hideadvanced=hideadvanced, fetchimm=True)
|
||||
for setting in list(immsettings):
|
||||
if not setting.startswith('IMM.'):
|
||||
del immsettings[setting]
|
||||
|
||||
Reference in New Issue
Block a user