aboutsummaryrefslogtreecommitdiffstats
path: root/device/devicestate_string.go
blob: 6577dd4047702940e336e13e67c9e1c06b346c41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by "stringer -type deviceState -trimprefix=deviceState"; DO NOT EDIT.

package device

import "strconv"

const _deviceState_name = "DownUpClosed"

var _deviceState_index = [...]uint8{0, 4, 6, 12}

func (i deviceState) String() string {
	if i >= deviceState(len(_deviceState_index)-1) {
		return "deviceState(" + strconv.FormatInt(int64(i), 10) + ")"
	}
	return _deviceState_name[_deviceState_index[i]:_deviceState_index[i+1]]
}