public Generator() : base(false) { fieldGeneratorTemperature = new HomeAutomationTemperatureJSON.HoldingGenerator("field \"Temperature\" of the HomeAutomationSetTemperatureCommand class", false); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the HomeAutomationSetTemperatureCommand class"); }
public Generator(bool ignore_extras) : base(ignore_extras) { fieldGeneratorTemperature = new HomeAutomationTemperatureJSON.HoldingGenerator("field \"Temperature\" of the HomeAutomationSetTemperatureCommand class", ignore_extras); unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras); set_what("the HomeAutomationSetTemperatureCommand class"); }