Skip to content

Commit fe1805d

Browse files
authored
started adding Xiaomi MS-S02 (diyhue#923)
1 parent a1f2955 commit fe1805d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BridgeEmulator/flaskUI/devices/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
logging = logManager.logger.get_logger(__name__)
99
#################
1010
suportedDevicesRules = ["TRADFRI remote control", "TRADFRI on/off switch", "TRADFRI wireless dimmer"]
11-
dailightMotionEmulation = ["TRADFRI motion sensor", "lumi.sensor_motion"]
11+
dailightMotionEmulation = ["TRADFRI motion sensor", "lumi.sensor_motion", "lumi.motion.ac02"]
1212
#################
1313
bridgeConfig = configManager.bridgeConfig.yaml_config
1414

BridgeEmulator/services/mqtt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
discoveredDevices = {}
2828

2929

30-
motionSensors = ["TRADFRI motion sensor", "lumi.sensor_motion.aq2", "lumi.sensor_motion", "SML001"]
30+
motionSensors = ["TRADFRI motion sensor", "lumi.sensor_motion.aq2", "lumi.sensor_motion", "lumi.motion.ac02", "SML001"]
3131
standardSensors = {
3232
"TRADFRI remote control": {
3333
"dataConversion": {

0 commit comments

Comments
 (0)