2
0
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:
Markus Hilger
2026-08-18 23:51:03 +02:00
parent 8b67b20e8a
commit ef9afa7d72
@@ -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]