hdm-am 0.3.0

Client for the Armenian fiscal cash register (HDM) protocol per the State Revenue Committee spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DateTimeResponse",
  "description": "Op 12 response.",
  "type": "object",
  "properties": {
    "dt": {
      "description": "Device date and time as a string. Spec does not pin the format; treat as opaque.",
      "type": "string"
    }
  },
  "required": [
    "dt"
  ]
}