Skip to content

Commit

Permalink
docu Pair == Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
586837r committed Oct 30, 2019
1 parent 74b9fa1 commit b7563d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodes/alexa-remote-echo.html
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,9 @@ <h3><strong>References</strong></h3>
data = template(data, {action: {type: 'str', value: 'pair'}, device: {type: 'str', value: ''}, gadget: {type:'str', value:''}});

const action = arTypedInputOrSelect(data.action, [
['pair', '&#xf0c1; Pair'], // bluetooth
['unpair', '&#xf127; Unpair'], // bluetooth, chain-broken
['disconnect', '&#xf057; Disconnect'], // bluetooth, trash
['pair', '&#xf0c1; Pair / Connect'], // link
['unpair', '&#xf127; Unpair'], // chain-broken
['disconnect', '&#xf057; Disconnect'], // times-circle
]);

const device = arTypedInputOrSelect(data.device);
Expand Down

0 comments on commit b7563d4

Please sign in to comment.