Skip to content

Commit 807aeab

Browse files
committed
repair
1 parent d3b6ec1 commit 807aeab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/src/api/aha/models/switch.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import 'switch_state.dart';
77

88
part 'switch.g.dart';
99

10+
@xml.XmlEnum()
1011
enum SwitchMode {
1112
auto,
1213
manuell,

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dev_dependencies:
2525
dart_pre_commit: ^4.0.0
2626
dart_test_tools: ^4.5.3+1
2727
freezed: ^2.2.1
28-
test: ^1.21.6
29-
xml_serializable: ^2.2.1
28+
test: ^1.22.0
29+
xml_serializable: ^2.2.2
3030

3131
dart_pre_commit:
3232
lib-exports: false

0 commit comments

Comments
 (0)