Skip to content

Commit 6e2b904

Browse files
committed
Fixed SinricProDimSwitch (include order)
1 parent c2355d8 commit 6e2b904

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## Version 2.9.7
3+
- Fixed SinricProDimSwitch (include order)
24

35
## Version 2.9.6
46
### New

src/SinricProDimSwitch.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
#pragma once
99

10-
#include "SinricProNamespace.h"
11-
namespace SINRICPRO_NAMESPACE {
12-
1310
#include "SinricProDevice.h"
1411
#include "Capabilities/SettingController.h"
1512
#include "Capabilities/PowerstateController.h"
1613
#include "Capabilities/PowerLevelController.h"
1714

15+
#include "SinricProNamespace.h"
16+
namespace SINRICPRO_NAMESPACE {
17+
1818
/**
1919
* @class SinricProDimSwitch
2020
* @brief Device which supports on / off and dimming commands

0 commit comments

Comments
 (0)