pwr ctrl re-export
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-10-16 15:49:46 +02:00
parent e249f147bc
commit d388676678
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
from .subsystem import add_eps_subsystem_cmds
from .pwr_ctrl import pwr_cmd_defs

View File

@ -78,7 +78,7 @@ class Info:
@tmtc_definitions_provider
def acs_cmd_defs(defs: TmtcDefinitionWrapper):
def pwr_cmd_defs(defs: TmtcDefinitionWrapper):
oce = OpCodeEntry()
oce.add(keys=OpCodes.OFF, info=Info.OFF)
oce.add(keys=OpCodes.ON, info=Info.ON)