Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pageTimings.json 311B

123456789101112131415161718
  1. {
  2. "$id": "pageTimings.json#",
  3. "$schema": "http://json-schema.org/draft-06/schema#",
  4. "type": "object",
  5. "properties": {
  6. "onContentLoad": {
  7. "type": "number",
  8. "min": -1
  9. },
  10. "onLoad": {
  11. "type": "number",
  12. "min": -1
  13. },
  14. "comment": {
  15. "type": "string"
  16. }
  17. }
  18. }