Esta aplicación no es compatible con Homey Pro (Early 2023).
Esta aplicación está anticuada y requiere una actualización para funcionar en Homey Pro (Early 2023).
Si quieres que esto ocurra, ponte en contacto con el desarrollador
aquí.
This app creates a text log
This app makes it possible to add time based logging to your flow's and send logs to a standard SysLog server.
Use it for example with the Email sender to send plain text logs.
( https://homey.app/a/email.sender/ )
_// Trigger Logging to PaperTrails from HomeyScript_
_let HomeyScript = await Homey.apps.getApp({ id: 'nu.dijker.papertrails' } );_
_HomeyScript.apiPost('log', { log:'Hello World of HomeyScript!'} );_
Leer más ›
Tarjetas Flow
Cuando...
PaperTrails Log
PaperTrails-This Flow is triggered
PaperTrails Log
PaperTrails-The Log is Cleared
PaperTrails Log
PaperTrails-The Log is Truncated
PaperTrails Log
PaperTrails at max configured Lines
PaperTrails Log
Log greater than ... lines
Y...
PaperTrails Log
Add to the log Text...
Entonces...
PaperTrails Log
Add to the log Text...
PaperTrails Log
PaperTrails-Trigger a Flow
PaperTrails Log
Clear log data
PaperTrails Log
Truncate Log older than ...
PaperTrails Log
Remove oldest ... % of Log
PaperTrails Log
Send syslog msg ... ... Text...
PaperTrails Log
[deprecated] Add textline to the log. (without timestamp) Text...
Asistencia
¿Tienes algún problema con esta aplicación?
Contacta con el desarrollador aquí.
Novedades
Versión 0.6.5 — fixed titleFormatted and update readme
Ver registro de cambios