refactor: rename RecordedEvent fields to snake_case
deviceIndex → device_index deviceName → device_name actuatorIndex → actuator_index actuatorType → actuator_type Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -140,10 +140,10 @@ export interface Stats {
|
||||
|
||||
export interface RecordedEvent {
|
||||
timestamp: number;
|
||||
deviceIndex: number;
|
||||
deviceName: string;
|
||||
actuatorIndex: number;
|
||||
actuatorType: string;
|
||||
device_index: number;
|
||||
device_name: string;
|
||||
actuator_index: number;
|
||||
actuator_type: string;
|
||||
value: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user