# Generic Driver

Generec driver that works for most devices

## Addressing

| Name      | Description         |
| --------- | ------------------- |
|systemCode |System code (5 Bit)  |
|unitCode   |Unit code (5 Bit)    |

### Example
````json
{
  "systemCode": "00000",
  "unitCode": "00000"
}
````