summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/devicetype.inc.php
blob: 571d6d2c7179e56737beef9e0755504fd7a17eea (plain) (blame)
1
2
3
4
5
6
7
<?php

class DeviceType
{
	const SCREEN = 'SCREEN';
	const USB = 'USB';
}