- From: Matt Reynolds <notifications@github.com>
- Date: Mon, 01 Mar 2021 12:28:47 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 March 2021 20:28:59 UTC
@nondebug commented on this pull request. > + </p> + + <p> + For <code>on-off</code> light indicators, one or more non zero values + denotes the light indicator is ON, whereas a zero value for all + components indicates the light indicator is OFF. + </p> + + <p> + For RGB light indicators, one or more non zero values specify the + color of the light indicator, whereas all zero values indicate the + light indicator is OFF. + </p> + + <p> + The returned Promise will resolve <code>true</code> when setting the We typically don't get a signal that the color was changed successfully so we shouldn't claim that in the spec. I think we should reword this so we resolve when the LED color change command is sent and reject if the command couldn't be sent. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/143#discussion_r585027039
Received on Monday, 1 March 2021 20:28:59 UTC