classId property

  1. @BuiltValueField(wireName: 'classid')
int? classId

Class of resourcelink given by application.

The resourcelink class can be used to identify resourcelink with the same purpose, like classid 1 for wake-up, 2 for going to sleep, etc. (best practice use range 1 - 10000)

Implementation

@BuiltValueField(wireName: 'classid')
int? get classId;