move str file and add some set IDs

This commit is contained in:
Robin Müller 2023-01-24 12:38:32 +01:00
parent 7387ae3583
commit fe19284a8e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 11 additions and 1 deletions

View File

@ -90,8 +90,18 @@ class OpCodes:
NORMAL = ["2", "nml"]
class SetIds:
class SetId(enum.IntEnum):
VERSION = 2
INTERFACE = 3
POWER = 11
TEMPERATURE = 25
SOLUTION = 24
HISTOGRAM = 28
CHECKSUM = 50
CAMERA = 67
LIMITS = 68
CENTROIDING = 72
LISA = 73
class FileDefs: