@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
20 lines • 464 B
TypeScript
export interface IRule {
id: number | string;
cepModuleId?: string;
c8y_Context?: {
id?: number | string;
context?: string;
};
name: string;
body?: string;
config?: object;
type?: string;
enabled: boolean;
enabledSources?: string[];
lastUpdated?: string;
ruleTemplateName: string;
disabledSources?: string[];
creationTime?: string;
_active?: boolean;
}
//# sourceMappingURL=IRule.d.ts.map