All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m49s
66 lines
2.1 KiB
Markdown
66 lines
2.1 KiB
Markdown
# Tempo
|
|
|
|
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge consumer">CONSUMER</span>
|
|
|
|
Get logged hours from Tempo.
|
|
|
|
<!-- BEGIN GENERATED: integrationplugintempo.json -->
|
|
**Fabricant :** Tempo
|
|
**Plugin :** `tempo`
|
|
|
|
#### Modèles pris en charge
|
|
| Modèle | Rôle | Transport | Ajout | Grandeurs |
|
|
| --- | --- | --- | --- | --- |
|
|
| **Tempo connection** | account | — | Ajout manuel | 2 |
|
|
| **Account** | — | — | Découverte automatique | 10 |
|
|
| **Team** | — | — | Découverte automatique | 4 |
|
|
|
|
#### Détail par modèle
|
|
??? abstract "Tempo connection — `tempoConnection`"
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `loggedIn` | Logged in | bool | — |
|
|
|
|
??? abstract "Account — `account`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `key` | Key | QString | — | — | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `status` | Status | QString | — |
|
|
| `global` | Global | bool | — |
|
|
| `monthlyBudget` | Monthly budget | int | — |
|
|
| `lead` | Lead | QString | — |
|
|
| `contact` | Contact | QString | — |
|
|
| `category` | Category | QString | — |
|
|
| `Customer` | Customer | QString | — |
|
|
| `totalTimeSpent` | Total time spent | double | Hours |
|
|
| `monthTimeSpent` | This month time spent | double | Hours |
|
|
|
|
??? abstract "Team — `team`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | Id | int | — | `0` | oui |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `lead` | Lead | QString | — |
|
|
| `totalTimeSpent` | Total time spent | double | Hours |
|
|
| `monthTimeSpent` | This month time spent | double | Hours |
|
|
|
|
<!-- END GENERATED -->
|