enter.go 98 B

1234567
  1. package devices
  2. type ServiceGroup struct {
  3. ScreensService
  4. ProgramService
  5. SoundPeriodService
  6. }