Files
node-intellicenter/dist/messages/messages.js
Parnic abe9ba7d95 Rename Item to Object
The API all calls these objects so best to go with the flow.

This is a breaking change.
2025-01-05 11:56:53 -06:00

23 lines
786 B
JavaScript

import { GetBodyStatus } from "./body-status.js";
import { GetChemicalStatus } from "./chem-status.js";
import { GetSystemConfiguration } from "./configuration.js";
import { GetHeaters } from "./get-heater.js";
import { SubscribeToUpdates } from "./notify.js";
import { GetSchedule } from "./schedule.js";
import { SetHeatMode } from "./set-heater.js";
import { SetObjectStatus } from "./set-object-status.js";
import { SetSetpoint } from "./setpoint.js";
import { GetSystemInformation } from "./system-info.js";
export const messages = {
GetBodyStatus,
GetChemicalStatus,
GetHeaters,
GetSchedule,
GetSystemConfiguration,
GetSystemInformation,
SetHeatMode,
SetObjectStatus,
SetSetpoint,
SubscribeToUpdates,
};
//# sourceMappingURL=messages.js.map