Skip to content

Analog channel setup fixes and custom RTD spec support #245

Analog channel setup fixes and custom RTD spec support

Analog channel setup fixes and custom RTD spec support #245

Triggered via pull request February 7, 2025 11:43
Status Failure
Total duration 1m 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: src/components/form/ScientificNumberField.vue#L32
Argument of type 'number | null' is not assignable to parameter of type 'string'.
build: src/components/form/ScientificNumberField.vue#L41
Type '"ScientificNumberDialog"' is not assignable to type 'GlobalDialogName'.
build: src/components/form/ScientificNumberField.vue#L47
Object literal may only specify known properties, and 'fractionDigits' does not exist in type 'Omit<Partial<{ message: string; title: string; html: boolean; comparison: boolean; }> & Omit<{ readonly message: string; readonly title: string; readonly html: boolean; readonly address: BlockAddress; ... 4 more ...; onHide?: (() => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<...>>, keyof VNodeProps...'.
build: src/plugins/spark/features/TempSensorAnalog/index.ts#L33
Object literal may only specify known properties, and 'offset' does not exist in type '{ sensorType: TempSensorAnalogType; analogDevice: Link; analogChannel: number; value: Readonly<Quantity>; detected: Readonly<AnalogSensorType>; ... 9 more ...; spec_c_override: number; }'.
build
Process completed with exit code 2.