ThermostatDeviceDefinition: With<For<{
    behaviors: {
        identify: typeof IdentifyServer;
    };
    deviceRevision: 3;
    deviceType: 769;
    name: "Thermostat";
    requirements: typeof ThermostatRequirements;
}>, {
    identify: typeof IdentifyServer;
}> = ...