GetRTCActions
Functie: Geeft alle acties van een klok weer
Voorbeeld: http://BHS_IP:BHS_RESTPort/datasnap/rest/TServerMethodsBHS/getRTCActions/MemberID
Voorbeeld van het resultaat:
{
"clockActions": [
{
"memberID": "416579439",
"switch": 1,
"register": 1,
"function": 48,
"onOff": true,
"actionNr": 6,
"min": 1,
"hours": 1,
"dayOfWeek": 1,
"day": 1,
"month": 1,
"flank": 0,
"actionInfo": "Sas deur"
},
{
"memberID": "416579439",
"switch": 1,
"register": 2,
"function": 48,
"onOff": true,
"actionNr": 6,
"min": 0,
"hours": 0,
"dayOfWeek": 0,
"day": 0,
"month": 0,
"flank": 0,
"actionInfo": "Nieuwe naam"
},
{
"memberID": "416579439",
"switch": 7,
"register": 1,
"function": 48,
"onOff": true,
"actionNr": 36,
"min": 7,
"hours": 7,
"dayOfWeek": 64,
"day": 7,
"month": 7,
"flank": 0,
"actionInfo": "test"
}
]
}