makibes hr3.

corrected alarm slot count.
This commit is contained in:
Cre3per
2019-10-06 15:47:53 +02:00
committed by Andreas Shimokawa
parent 40696cb3e6
commit c0a6566410

View File

@@ -148,8 +148,7 @@ public class MakibesHR3Coordinator extends AbstractDeviceCoordinator {
@Override
public int getAlarmSlotCount() {
// TODO:
return 5;
return 8;
}
@Override