Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb9b4154 authored by ChainsDD's avatar ChainsDD
Browse files

Expose pulseBreathingLightColor(int) for the purpose of LED color previews

parent 87e517df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,5 +31,8 @@ interface IHardwareService

    // for the phone
    void setAttentionLight(boolean on, int color);

    // for LED color previews
    void pulseBreathingLightColor(int color);
}