This commit is contained in:
Serge
2023-07-25 19:34:50 +02:00
parent 46871f00c0
commit dfa3b8d270

View File

@@ -425,7 +425,7 @@ namespace GHelper
{
if (auraDevice is null || !auraDevice.IsConnected) GetAuraDevice();
if (auraDevice is null || !auraDevice.IsConnected) return;
auraDevice.WriteFeatureData(AuraMessage(0, color, color, 0xf5));
auraDevice.WriteFeatureData(AuraMessage(0, color, color, 0));
auraDevice.WriteFeatureData(MESSAGE_SET);
//auraDevice.WriteFeatureData(MESSAGE_APPLY);
});