home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / dev / pagegate.mdb / control.json < prev    next >
JavaScript Object Notation  |  2013-08-22  |  1KB

  1. {
  2.     "schema": {
  3.         "pagegate_run": "Boolean NOT NULL",
  4.         "sched_run": "Boolean NOT NULL",
  5.         "getascii_run": "Boolean NOT NULL",
  6.         "getmail_run": "Boolean NOT NULL",
  7.         "getserial_run": "Boolean NOT NULL",
  8.         "gettap_run": "Boolean NOT NULL",
  9.         "getweb_run": "Boolean NOT NULL",
  10.         "pagegate_state": "Boolean NOT NULL",
  11.         "sched_state": "Boolean NOT NULL",
  12.         "getascii_state": "Boolean NOT NULL",
  13.         "getmail_state": "Boolean NOT NULL",
  14.         "getserial_state": "Boolean NOT NULL",
  15.         "gettap_state": "Boolean NOT NULL",
  16.         "getweb_state": "Boolean NOT NULL",
  17.         "pagegate_pause": "Boolean NOT NULL",
  18.         "sched_pause": "Boolean NOT NULL",
  19.         "getascii_pause": "Boolean NOT NULL",
  20.         "getmail_pause": "Boolean NOT NULL",
  21.         "getserial_pause": "Boolean NOT NULL",
  22.         "gettap_pause": "Boolean NOT NULL",
  23.         "getweb_pause": "Boolean NOT NULL",
  24.         "unique": "Long Integer",
  25.         "pagegate_time": "DateTime",
  26.         "dialer1_in_use": "Boolean NOT NULL",
  27.         "tempdata1": "Text (255)",
  28.         "tempdata2": "Text (255)"
  29.     },
  30.     "data": [
  31.         {
  32.             "pagegate_run": 1,
  33.             "sched_run": 1,
  34.             "getascii_run": 0,
  35.             "getmail_run": 0,
  36.             "getserial_run": 1,
  37.             "gettap_run": 1,
  38.             "getweb_run": 0,
  39.             "pagegate_state": 1,
  40.             "sched_state": 1,
  41.             "getascii_state": 0,
  42.             "getmail_state": 0,
  43.             "getserial_state": 0,
  44.             "gettap_state": 0,
  45.             "getweb_state": 0,
  46.             "pagegate_pause": 0,
  47.             "sched_pause": 0,
  48.             "getascii_pause": 0,
  49.             "getmail_pause": 0,
  50.             "getserial_pause": 0,
  51.             "gettap_pause": 0,
  52.             "getweb_pause": 0,
  53.             "unique": 648941,
  54.             "pagegate_time": "08/23/13 13:23:30",
  55.             "dialer1_in_use": 0
  56.         }
  57.     ]
  58. }