Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

#102 #103

Closed nicolaiw closed 4 years ago

spudwebb commented 4 years ago

I would rename Endpoints to _endpoints as it is now private and make it a simple field:

private ConcurrentDictionary<int, ZigBeeEndpoint> _endpoints = new ConcurrentDictionary<int, ZigBeeEndpoint>();

nicolaiw commented 4 years ago

Your right .. agree.

Mr-Markus commented 4 years ago

Thx