Skip to content

Commit c1c0bd8

Browse files
Renamed ackNeeded and pinNeeded parameters (openhab#1022)
Signed-off-by: Eiko Wagenknecht <[email protected]>
1 parent 2d78fb6 commit c1c0bd8

File tree

1 file changed

+2
-2
lines changed
  • bundles/org.openhab.ui/web/src/assets/definitions/metadata

1 file changed

+2
-2
lines changed

bundles/org.openhab.ui/web/src/assets/definitions/metadata/ga.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const p = (type, name, label, description, options, advanced) => {
1414
}
1515

1616
// Common
17-
const tfaAckParameter = p('BOOLEAN', 'tfaAck', 'Secondary User Verification - Acknowledgement needed', 'When this is set, Google will ask for acknowledgement (yes or no) before executing the action', null, true)
18-
const tfaPinParameter = p('TEXT', 'tfaPin', 'Secondary User Verification - PIN', 'When this is set, Google will require this PIN before executing the action', null, true)
17+
const tfaAckParameter = p('BOOLEAN', 'ackNeeded', 'Secondary User Verification - Acknowledgement needed', 'When this is set, Google will ask for acknowledgement (yes or no) before executing the action', null, true)
18+
const tfaPinParameter = p('TEXT', 'pinNeeded', 'Secondary User Verification - PIN', 'When this is set, Google will require this PIN before executing the action', null, true)
1919
const nameParameter = p('TEXT', 'name', 'Custom name', 'The name of the device used in Google (use synonyms instead if possible)', null, true)
2020
const roomHintParameter = p('TEXT', 'roomHint', 'Room hint', 'Suggested name for the room where this device is installed', null, true)
2121
const structureHintParameter = p('TEXT', 'structureHint', 'Structure hint', 'Suggested name for the structure where this device is installed', null, true)

0 commit comments

Comments
 (0)