Override.swift 518 B

12345678910111213141516171819202122232425
  1. import Foundation
  2. struct Override {
  3. let name: String
  4. let enabled: Bool
  5. let date: Date
  6. let duration: Decimal
  7. let indefinite: Bool
  8. let percentage: Double
  9. let smbIsOff: Bool
  10. let isPreset: Bool
  11. let id: String
  12. let overrideTarget: Bool
  13. let target: Decimal
  14. let advancedSettings: Bool
  15. let isfAndCr: Bool
  16. let isf: Bool
  17. let cr: Bool
  18. let smbIsScheduledOff: Bool
  19. let start: Decimal
  20. let end: Decimal
  21. let smbMinutes: Decimal
  22. let uamMinutes: Decimal
  23. }