BinBar
Represents a BinBar. A BinBar is a tool used to accurately measure the weight inside of a container
type BinBar {
id: ID!
name: String!
containerSite: ContainerSite
lastSync: DateTime
lastLocation: LocationPost
lastWeight: WeightPost
batteryLevel: Float
signalStrength: Float
signalQuality: Float
account: Account
}
Fields
id (ID!)
ID of the BinBar
name (String!)
Name of the BinBar
containerSite (ContainerSite)
Container site that is attached to the BinBar
lastSync (DateTime)
Last DateTime that the BinBar was synced
lastLocation (LocationPost)
Last location that the BinBar was reported at
lastWeight (WeightPost)
Last weight that the BinBar measured. This value shows how up to date the weight value of the BinBar is and what that weight value is
batteryLevel (Float)
Battery level of the BinBar. This can be used to indicate when a battery needs to be replaced
signalStrength (Float)
Signal strength of the BinBar. This value represents how reliable and fast the signal is
signalQuality (Float)
Signal quality of the BinBar. This value represents how much interference there is in the signal
account (Account)
Account that the BinBar belongs to