chore: deprecate deviceId from MachineInfo

This commit is contained in:
siiky 2024-09-27 11:08:16 +01:00
parent ea9a373676
commit 1f8975d686

View file

@ -29,7 +29,7 @@ type OperatorInfo {
} }
type MachineInfo { type MachineInfo {
deviceId: String! deviceId: String! @deprecated(reason: "unused by the machine")
deviceName: String deviceName: String
numberOfCassettes: Int numberOfCassettes: Int
numberOfRecyclers: Int numberOfRecyclers: Int