Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

minimum/maximum value keys should be min/max #99

Closed
chriscox opened this issue Mar 29, 2017 · 0 comments
Closed

minimum/maximum value keys should be min/max #99

chriscox opened this issue Mar 29, 2017 · 0 comments

Comments

@chriscox
Copy link
Member

The web remote controller cannot create a slider as these values are not consistent across platforms and as defined in our API docs:

static NSString *const RMXDictionaryKeyMinValue = @"minimumValue";
static NSString *const RMXDictionaryKeyMaxValue = @"maximumValue";

should be

static NSString *const RMXDictionaryKeyMinValue = @"minValue";
static NSString *const RMXDictionaryKeyMaxValue = @"maxValue";
chriscox added a commit that referenced this issue Mar 29, 2017
@chuga chuga closed this as completed in cc08bd4 Mar 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant