Documentation
    Preparing search index...

    Message send by a Pixel to notify of its internal temperature.

    Implements

    • PixelMessage
    Index

    Constructors

    Properties

    batteryTemperatureTimes100: number = 0

    The battery temperature, in celsius, times 100 (i.e. 500 == 5 degrees C).

    mcuTemperatureTimes100: number = 0

    The microcontroller temperature, in celsius, times 100 (i.e. 500 == 5 degrees C). If the die was unable to read the temperature, value will be 0xffff.

    type: number = MessageTypeValues.temperature

    Type of the message.