add basic subservices
This commit is contained in:
parent
a9b0de218f
commit
d83e291c8a
@ -1,2 +1,8 @@
|
|||||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||||
pub enum Subservice {}
|
pub enum Subservice {
|
||||||
|
EnableGeneration = 5,
|
||||||
|
DisableGeneration = 6,
|
||||||
|
HkPacket = 25,
|
||||||
|
GenerateOneShotHk = 27,
|
||||||
|
ModifyCollectionInterval = 31,
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user