ExtractorHoodDeviceDefinition: With<For<{
    behaviors: {
        fanControl: typeof FanControlServer;
    };
    deviceRevision: 1;
    deviceType: 122;
    name: "ExtractorHood";
    requirements: typeof ExtractorHoodRequirements;
}>, {
    fanControl: typeof FanControlServer;
}> = ...