Differences From Artifact [796fb9f34b]:
- File __init__.py — part of check-in [c50aa58a64] at 2020-04-28 18:46:29 on branch trunk — Added README with limited documentation (user: rkeene, size: 18665) [annotate] [blame] [check-ins using]
- File limitlessled_rf/__init__.py — part of check-in [1e49925e09] at 2020-04-29 00:34:16 on branch trunk — limitlessled_rf v0.1 (user: rkeene, size: 18665) [annotate] [blame] [check-ins using]
To Artifact [e5093660f8]:
- File limitlessled_rf/__init__.py — part of check-in [d467fada9d] at 2020-04-29 00:40:23 on branch trunk — Rename to upper-case class name (user: rkeene, size: 18665) [annotate] [blame] [check-ins using]
1 2 3 4 5 | #! /usr/bin/env python3 import random import time | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #! /usr/bin/env python3 import random import time class Remote: _remote_type_alias_map = { 'fut089': 'rgb+cct' } _remote_type_parameters_map = { 'rgbw': { 'retries': 3, 'delay': 0.005, |
︙ | ︙ |