fix reference package Chronos
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"functionsConfigurationId": "consultation_compteurs",
|
||||
"functions": [
|
||||
{
|
||||
"functionNumber": 1,
|
||||
"label": "CPTEURS",
|
||||
"description": "Compteurs",
|
||||
"action": "read_counter",
|
||||
"counters": [
|
||||
{
|
||||
"code": "TPPRS",
|
||||
"label": "Présence hebdo",
|
||||
"periodStart": "MONDAY,+00",
|
||||
"periodEnd": "+00,+00,+00",
|
||||
"calculationMethod": "SUM",
|
||||
"ignoreRectifiedValues": false,
|
||||
"format": "HHmm",
|
||||
"correctionOperation": "ADD_WORKED_TIME"
|
||||
},
|
||||
{
|
||||
"code": "DBCRS",
|
||||
"label": "Débit/Crédit des jours travail",
|
||||
"periodStart": "MONDAY,+00",
|
||||
"periodEnd": "+00,+00,+00",
|
||||
"calculationMethod": "SUM",
|
||||
"ignoreRectifiedValues": false,
|
||||
"format": "HHmm",
|
||||
"correctionOperation": "ADD_DEBIT_CREDIT"
|
||||
},
|
||||
{
|
||||
"code": "DCPS",
|
||||
"label": "Solde CP",
|
||||
"periodStart": "=01,+00,+00",
|
||||
"periodEnd": "+00,+00,+00",
|
||||
"calculationMethod": "LAST_VALUE",
|
||||
"ignoreRectifiedValues": false
|
||||
},
|
||||
{
|
||||
"code": "DRTTS",
|
||||
"label": "Solde RTT",
|
||||
"periodStart": "=01,+00,+00",
|
||||
"periodEnd": "+00,+00,+00",
|
||||
"calculationMethod": "LAST_VALUE",
|
||||
"ignoreRectifiedValues": false
|
||||
},
|
||||
{
|
||||
"code": "TREST",
|
||||
"label": "Tickets restaurants du mois",
|
||||
"periodStart": "=01,+00,+00",
|
||||
"periodEnd": "+31,+00,+00",
|
||||
"calculationMethod": "SUM",
|
||||
"ignoreRectifiedValues": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"label": "T4 Clavier",
|
||||
"type": "PYRESCOM_T4_KEYBOARD",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"id": "0212",
|
||||
"active": true,
|
||||
"parameters": "T4_default",
|
||||
"functions": "consultation_compteurs",
|
||||
"ipAddress": "192.168.069.034",
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"label": "T4 Touches Nantes",
|
||||
"type": "PYRESCOM_T4_KEYBOARD",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"id": "0219",
|
||||
"active": true,
|
||||
"parameters": "T4_default",
|
||||
"functions": "consultation_compteurs",
|
||||
"ipAddress": "192.168.044.234",
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"label": "Nefs",
|
||||
"type": "PYRESCOM_T4_KEYBOARD",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"id": "0102",
|
||||
"active": true,
|
||||
"parameters": "T4_default",
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"label": "T6",
|
||||
"type": "PYRESCOM_T6",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"id": "0210",
|
||||
"active": true,
|
||||
"parameters": "T6_default",
|
||||
"functions": "consultation_compteurs",
|
||||
"ipAddress": "192.168.069.136",
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"label": "BADGEUSE VIRTUELLE",
|
||||
"type": "ACCESS_CONTROL",
|
||||
"manufacturer": "VIRTUAL",
|
||||
"id": "3030",
|
||||
"active": true,
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"label": "T4 Tactile",
|
||||
"type": "PYRESCOM_T4_TOUCH_SCREEN",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"id": "0211",
|
||||
"active": true,
|
||||
"parameters": "T4_touch_default",
|
||||
"functions": "consultation_compteurs",
|
||||
"ipAddress": "192.168.069.041",
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"label": "T4 Tactile Nantes",
|
||||
"type": "PYRESCOM_T4_TOUCH_SCREEN",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"id": "0213",
|
||||
"active": true,
|
||||
"parameters": "T4_touch_default",
|
||||
"functions": "consultation_compteurs",
|
||||
"ipAddress": "192.168.044.231",
|
||||
"timezone": "Europe/Paris"
|
||||
},
|
||||
{
|
||||
"id": "9901",
|
||||
"label": "T4 Mon Espace Chronos",
|
||||
"type": "PYRESCOM_T4_KEYBOARD",
|
||||
"manufacturer": "PYRESCOM",
|
||||
"timezone": "Europe/Paris",
|
||||
"parameters": "T4_MEC",
|
||||
"active": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user