add basic subservices

This commit is contained in:
Robin Müller 2022-12-20 15:05:34 +01:00
parent a9b0de218f
commit d83e291c8a
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -1,2 +1,8 @@
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Subservice {}
pub enum Subservice {
EnableGeneration = 5,
DisableGeneration = 6,
HkPacket = 25,
GenerateOneShotHk = 27,
ModifyCollectionInterval = 31,
}