Skip to contents

Wrapper around the 'recorderstates_list' endpoint to retrieve a list of recorder states based on the specified query parameters.

Usage

get_recorderstates(...)

Value

A dataframe containing the recorder states that match the specified query parameters: https://api.ecopi.de/api/docs/#tag/v0.1/operation/v0.1_recorderstates_list.

Examples

# Retrieve all recorder states
if (FALSE) { # \dontrun{
get_recorderstates()
} # }

# Retrieve a list of recorder states for recorder '00000000d76d0bf9'
if (FALSE) { # \dontrun{
get_recorderstates(recorder_name = "00000000d76d0bf9")
} # }