-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
The API all calls these objects so best to go with the flow. This is a breaking change.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { ICRequest } from "./request.js"; | ||
/** | ||
* Requests to change the status of objects known to this controller. | ||
* | ||
* Turns one or more objects on or off. Use the `objnam` of the circuit to be set. | ||
* | ||
* @returns the object used to issue this request | ||
*/ | ||
export declare function SetObjectStatus(object: string | string[], status: boolean): ICRequest; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.