Skip to main content

Set hat switch direction

Sets the heading of the hat switch.

Request

012345678910111213141516171819202122232425262728293031
1024D

Request Structure

ByteValueSizeTypeDescription
0101BINJ-PORT address
1241BINSet hat switch direction instruction code
2D1BINDirection value (0..8) (see table)

Direction

ValueDirection
0NORTH (front)
1NORTHEAST (front-right)
2EAST (right)
3SOUTHEAST (back-right)
4SOUTH (back)
5SOUTHWEST (back-left)
6WEST (left)
7NORTHWEST (front-left)
8No direction or centered

Response

012345678910111213141516171819202122232425262728293031
1024V

Response Structure

ByteValueSizeTypeDescription
0101BINJ-PORT address
1241BINSet hat switch direction instruction code
2V1BINAlways 1. On invalid direction, NULL (8) is assumed