We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2355d8 commit 6e2b904Copy full SHA for 6e2b904
changelog.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+## Version 2.9.7
3
+- Fixed SinricProDimSwitch (include order)
4
5
## Version 2.9.6
6
### New
src/SinricProDimSwitch.h
@@ -7,14 +7,14 @@
7
8
#pragma once
9
10
-#include "SinricProNamespace.h"
11
-namespace SINRICPRO_NAMESPACE {
12
-
13
#include "SinricProDevice.h"
14
#include "Capabilities/SettingController.h"
15
#include "Capabilities/PowerstateController.h"
16
#include "Capabilities/PowerLevelController.h"
17
+#include "SinricProNamespace.h"
+namespace SINRICPRO_NAMESPACE {
+
18
/**
19
* @class SinricProDimSwitch
20
* @brief Device which supports on / off and dimming commands
0 commit comments