## SRBPhysicalFeedback
SRBPhysicalFeedback - Function library of SRB Consulting Team GmbH
* [SRBPhysicalFeedback](#module_SRBPhysicalFeedback)
* [.soundFeedback(soundPatternName)](#module_SRBPhysicalFeedback.soundFeedback)
* [.vibrationFeedback(vibtrationPatternName)](#module_SRBPhysicalFeedback.vibrationFeedback)
### SRBPhysicalFeedback.soundFeedback(soundPatternName)
**Kind**: static method of [SRBPhysicalFeedback](#module_SRBPhysicalFeedback)
**Access**: public
**Author**: Michael Henninger - SRB Consulting Team
| Param | Type | Description |
| --- | --- | --- |
| soundPatternName | String | Key of the sound pattern |
**Example**
```js
SRBPhysicalFeedback.soundFeedback("A");
SRBPhysicalFeedback.soundFeedback("B");
SRBPhysicalFeedback.soundFeedback("C");
```
### SRBPhysicalFeedback.vibrationFeedback(vibtrationPatternName)
**Kind**: static method of [SRBPhysicalFeedback](#module_SRBPhysicalFeedback)
**Access**: public
**Author**: Michael Henninger - SRB Consulting Team
| Param | Type | Description |
| --- | --- | --- |
| vibtrationPatternName | String | Key of the vibration pattern |
**Example**
```js
SRBPhysicalFeedback.vibrationFeedback("A");
SRBPhysicalFeedback.vibrationFeedback("B");
SRBPhysicalFeedback.vibrationFeedback("C");
```